Searched refs:IORING_SETUP_NO_SQARRAY (Results 1 – 3 of 3) sorted by relevance
96 if (ctx->flags & IORING_SETUP_NO_SQARRAY) in io_uring_show_fdinfo()
2380 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()
191 #define IORING_SETUP_NO_SQARRAY (1U << 16) macro