Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio_uring.h300 bool is_cqe32 = req->cqe.flags & IORING_CQE_F_32; in io_fill_cqe_req()
339 return IORING_CQE_F_32; in ctx_cqe32_flags()
H A Dmsg_ring.c105 if ((*flags & IORING_CQE_F_32) && in io_msg_ring_cqe_flags()
H A During_cmd.c168 req->cqe.flags |= IORING_CQE_F_32; in __io_uring_cmd_done()
H A Dzcrx.c1644 cqe->flags |= IORING_CQE_F_32; in io_zcrx_queue_cqe()
/linux/include/trace/events/
H A Dio_uring.h343 …__entry->extra1 = ctx->flags & IORING_SETUP_CQE32 || cqe->flags & IORING_CQE_F_32 ? cqe->big_cqe[…
344 …__entry->extra2 = ctx->flags & IORING_SETUP_CQE32 || cqe->flags & IORING_CQE_F_32 ? cqe->big_cqe[…
/linux/include/uapi/linux/
H A Dio_uring.h544 #define IORING_CQE_F_32 (1U << 15) macro