Lines Matching full:cqe
79 * we may get imprecise sqe and cqe info if uring is actively running
156 struct io_uring_cqe *cqe;
159 cqe = &r->cqes[(cq_head & cq_mask)];
160 if (cqe->flags & IORING_CQE_F_32 || ctx->flags & IORING_SETUP_CQE32)
163 cq_head & cq_mask, cqe->user_data, cqe->res,
164 cqe->flags);
167 cqe->big_cqe[0], cqe->big_cqe[1]);
245 struct io_uring_cqe *cqe = &ocqe->cqe;
248 cqe->user_data, cqe->res, cqe->flags);