Home
last modified time | relevance | path

Searched refs:IORING_SETUP_CQSIZE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dio_uring.h82 #define IORING_SETUP_CQSIZE (1U << 3) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dio_uring.h82 #define IORING_SETUP_CQSIZE (1U << 3) macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dio_uring.h97 #define IORING_SETUP_CQSIZE (1U << 3) /* app defines CQ size */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dio_uring.h143 #define IORING_SETUP_CQSIZE (1U << 3) /* app defines CQ size */ macro
/kernel/linux/linux-6.6/io_uring/
H A Dio_uring.c3839 * set IORING_SETUP_CQSIZE, it will have passed in the desired number in io_uring_create()
3843 if (p->flags & IORING_SETUP_CQSIZE) { in io_uring_create()
3845 * If IORING_SETUP_CQSIZE is set, we do the same roundup in io_uring_create()
4038 IORING_SETUP_SQ_AFF | IORING_SETUP_CQSIZE | in io_uring_setup()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c10387 * set IORING_SETUP_CQSIZE, it will have passed in the desired number in io_uring_create()
10391 if (p->flags & IORING_SETUP_CQSIZE) { in io_uring_create()
10393 * If IORING_SETUP_CQSIZE is set, we do the same roundup in io_uring_create()
10512 IORING_SETUP_SQ_AFF | IORING_SETUP_CQSIZE | in io_uring_setup()

Completed in 23 milliseconds