Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dio_uring.c101 #define IORING_MAX_CQ_ENTRIES (2 * IORING_MAX_ENTRIES) macro
3999 if (p->cq_entries > IORING_MAX_CQ_ENTRIES) { in io_uring_create()
4002 p->cq_entries = IORING_MAX_CQ_ENTRIES; in io_uring_create()