Searched refs:target_ctx (Results 1 - 1 of 1) sorted by relevance

/linux-master/io_uring/
H A Dmsg_ring.c69 static inline bool io_msg_need_remote(struct io_ring_ctx *target_ctx) argument
71 if (!target_ctx->task_complete)
73 return current != target_ctx->submitter_task;
96 struct io_ring_ctx *target_ctx = req->file->private_data; local
113 if (target_ctx->flags & IORING_SETUP_IOPOLL)
114 mutex_lock(&target_ctx->uring_lock);
115 if (!io_post_aux_cqe(target_ctx, msg->user_data, msg->len, flags))
117 if (target_ctx->flags & IORING_SETUP_IOPOLL)
118 mutex_unlock(&target_ctx->uring_lock);
128 struct io_ring_ctx *target_ctx local
178 struct io_ring_ctx *target_ctx = req->file->private_data; local
223 struct io_ring_ctx *target_ctx = req->file->private_data; local
[all...]

Completed in 83 milliseconds