Searched refs:IORING_SETUP_NO_SQARRAY (Results 1 – 4 of 4) sorted by relevance
199 #define IORING_SETUP_NO_SQARRAY (1U << 16) macro
394 #define COPY_FLAGS (IORING_SETUP_NO_SQARRAY | IORING_SETUP_SQE128 | \560 if (!(ctx->flags & IORING_SETUP_NO_SQARRAY)) in io_register_resize_rings()
2262 (!(ctx->flags & IORING_SETUP_NO_SQARRAY))) { in io_get_sqe()2664 if (flags & IORING_SETUP_NO_SQARRAY) { in rings_size()2729 if (!(ctx->flags & IORING_SETUP_NO_SQARRAY)) in io_ring_ctx_free()3486 if (!(ctx->flags & IORING_SETUP_NO_SQARRAY)) in io_allocate_scq_urings()3626 if (!(ctx->flags & IORING_SETUP_NO_SQARRAY)) in io_uring_create()3707 if (!(p->flags & IORING_SETUP_NO_SQARRAY)) in io_uring_create()3790 IORING_SETUP_NO_SQARRAY | IORING_SETUP_HYBRID_IOPOLL)) in io_uring_setup()
217 #define IORING_SETUP_NO_SQARRAY (1U << 16) macro