Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dfdinfo.c96 if (ctx->flags & IORING_SETUP_NO_SQARRAY) in io_uring_show_fdinfo()
Dio_uring.c2380 if (!(ctx->flags & IORING_SETUP_NO_SQARRAY)) { in io_get_sqe()
2802 if (ctx->flags & IORING_SETUP_NO_SQARRAY) { in rings_size()
3779 if (!(ctx->flags & IORING_SETUP_NO_SQARRAY)) in io_allocate_scq_urings()
3991 if (!(ctx->flags & IORING_SETUP_NO_SQARRAY)) in io_uring_create()
4082 IORING_SETUP_NO_SQARRAY)) in io_uring_setup()
/Linux-v6.6/include/uapi/linux/
Dio_uring.h191 #define IORING_SETUP_NO_SQARRAY (1U << 16) macro