Home
last modified time | relevance | path

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

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