Searched refs:IORING_SETUP_SQE128 (Results 1 – 4 of 4) sorted by relevance
71 cmd_size = uring_cmd_pdu_size(req->ctx->flags & IORING_SETUP_SQE128); in io_uring_cmd_prep_async()118 if (ctx->flags & IORING_SETUP_SQE128) in io_uring_cmd()
70 if (ctx->flags & IORING_SETUP_SQE128) in __io_uring_show_fdinfo()
2242 if (ctx->flags & IORING_SETUP_SQE128) in io_get_sqe()3333 if (p->flags & IORING_SETUP_SQE128) in io_allocate_scq_urings()3597 IORING_SETUP_SQE128 | IORING_SETUP_CQE32 | in io_uring_setup()
154 #define IORING_SETUP_SQE128 (1U << 10) /* SQEs are 128 byte */ macro