Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dio_uring.h199 #define IORING_SETUP_NO_SQARRAY (1U << 16) macro
/linux/io_uring/
H A Dregister.c394 #define COPY_FLAGS (IORING_SETUP_NO_SQARRAY | IORING_SETUP_SQE128 | \
560 if (!(ctx->flags & IORING_SETUP_NO_SQARRAY)) in io_register_resize_rings()
H A Dio_uring.c2262 (!(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()
/linux/include/uapi/linux/
H A Dio_uring.h217 #define IORING_SETUP_NO_SQARRAY (1U << 16) macro