Home
last modified time | relevance | path

Searched refs:IORING_MAX_ENTRIES (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/io_uring/
H A Dio_uring.c100 #define IORING_MAX_ENTRIES 32768 macro
101 #define IORING_MAX_CQ_ENTRIES (2 * IORING_MAX_ENTRIES)
3835 if (entries > IORING_MAX_ENTRIES) { in io_uring_create()
3838 entries = IORING_MAX_ENTRIES; in io_uring_create()