Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dio_uring.h143 #define IORING_SETUP_CQSIZE (1U << 3) /* app defines CQ size */ macro
/openbmc/linux/io_uring/
H A Dio_uring.c3887 if (p->flags & IORING_SETUP_CQSIZE) { in io_uring_create()
4082 IORING_SETUP_SQ_AFF | IORING_SETUP_CQSIZE | in io_uring_setup()