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()
2395 if (!(ctx->flags & IORING_SETUP_NO_SQARRAY)) { in io_get_sqe() 2926 if (ctx->flags & IORING_SETUP_NO_SQARRAY) { in io_rsrc_node_cache_free() 3910 if (!(ctx->flags & IORING_SETUP_NO_SQARRAY)) in io_uring_create() 4102 if (!(ctx->flags & IORING_SETUP_NO_SQARRAY)) in io_uring_allowed() 4193 IORING_SETUP_NO_SQARRAY)) in io_register_restrictions()
191 #define IORING_SETUP_NO_SQARRAY (1U << 16) macro