Home
last modified time | relevance | path

Searched refs:IORING_SETUP_SQE128 (Results 1 – 6 of 6) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dio_uring.h170 #define IORING_SETUP_SQE128 (1U << 10) /* SQEs are 128 byte */ macro
/linux/io_uring/
H A Dregister.c394 #define COPY_FLAGS (IORING_SETUP_NO_SQARRAY | IORING_SETUP_SQE128 | \
468 if (p.flags & IORING_SETUP_SQE128) in io_register_resize_rings()
H A During_cmd.c236 if (ctx->flags & IORING_SETUP_SQE128) in io_uring_cmd()
H A Dio_uring.h479 if (ctx->flags & IORING_SETUP_SQE128) in uring_sqe_size()
H A Dio_uring.c2286 if (ctx->flags & IORING_SETUP_SQE128) in io_get_sqe()
3493 if (p->flags & IORING_SETUP_SQE128) in io_allocate_scq_urings()
3787 IORING_SETUP_SQE128 | IORING_SETUP_CQE32 | in io_uring_setup()
/linux/include/uapi/linux/
H A Dio_uring.h188 #define IORING_SETUP_SQE128 (1U << 10) /* SQEs are 128 byte */ macro