Lines Matching full:cqe
124 __entry->user_data = req->cqe.user_data;
161 __entry->user_data = req->cqe.user_data;
202 __entry->data = req->cqe.user_data;
246 * io_uring_cqring_wait - called before start waiting for an available CQE
251 * Allows to track waiting for CQE, so that we can e.g. troubleshoot
302 __entry->user_data = req->cqe.user_data;
319 * @cqe: pointer to the filled in CQE being posted
323 TP_PROTO(struct io_ring_ctx *ctx, void *req, struct io_uring_cqe *cqe),
325 TP_ARGS(ctx, req, cqe),
340 __entry->user_data = cqe->user_data;
341 __entry->res = cqe->res;
342 __entry->cflags = cqe->flags;
343 __entry->extra1 = io_ctx_cqe32(ctx) ? cqe->big_cqe[0] : 0;
344 __entry->extra2 = io_ctx_cqe32(ctx) ? cqe->big_cqe[1] : 0;
384 __entry->user_data = req->cqe.user_data;
428 __entry->user_data = req->cqe.user_data;
468 __entry->user_data = req->cqe.user_data;
556 * io_uring_cqe_overflow - a CQE overflowed
560 * @res: CQE result
561 * @cflags: CQE flags
562 * @ocqe: pointer to the overflow cqe (if available)