Lines Matching refs:ctx
63 if (req->ctx->flags & IORING_SETUP_CQE32)
65 if (req->ctx->flags & IORING_SETUP_IOPOLL) {
81 memcpy(req->async_data, ioucmd->sqe, uring_sqe_size(req->ctx));
98 struct io_ring_ctx *ctx = req->ctx;
102 if (unlikely(req->buf_index >= ctx->nr_user_bufs))
104 index = array_index_nospec(req->buf_index, ctx->nr_user_bufs);
105 req->imu = ctx->user_bufs[index];
106 io_req_set_rsrc_node(req, ctx, 0);
116 struct io_ring_ctx *ctx = req->ctx;
127 if (ctx->flags & IORING_SETUP_SQE128)
129 if (ctx->flags & IORING_SETUP_CQE32)
131 if (ctx->flags & IORING_SETUP_IOPOLL) {