Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio_uring.h298 bool is_cqe32 = req->cqe.flags & IORING_CQE_F_32; in io_fill_cqe_req()
337 return IORING_CQE_F_32; in ctx_cqe32_flags()
H A Dfdinfo.c160 if (cqe->flags & IORING_CQE_F_32 || ctx->flags & IORING_SETUP_CQE32) in __io_uring_show_fdinfo()
H A During_cmd.c166 req->cqe.flags |= IORING_CQE_F_32; in __io_uring_cmd_done()
H A Dio_uring.c540 if (ocqe->cqe.flags & IORING_CQE_F_32 || in __io_cqring_overflow_flush()
668 if (cqe->flags & IORING_CQE_F_32 || ctx->flags & IORING_SETUP_CQE32) { in io_alloc_ocqe()
772 bool cqe32 = cflags & IORING_CQE_F_32; in io_fill_cqe_aux()
H A Dzcrx.c1302 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