Searched refs:target_ctx (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/io_uring/ |
D | msg_ring.c | 28 struct io_ring_ctx *target_ctx = req->file->private_data; in io_msg_ring_data() local 34 if (io_post_aux_cqe(target_ctx, msg->user_data, msg->len, 0, true)) in io_msg_ring_data() 78 struct io_ring_ctx *target_ctx = req->file->private_data; in io_msg_send_fd() local 85 if (target_ctx == ctx) in io_msg_send_fd() 88 ret = io_double_lock_ctx(ctx, target_ctx, issue_flags); in io_msg_send_fd() 104 ret = __io_fixed_fd_install(target_ctx, src_file, msg->dst_fd); in io_msg_send_fd() 119 if (!io_post_aux_cqe(target_ctx, msg->user_data, msg->len, 0, true)) in io_msg_send_fd() 122 io_double_unlock_ctx(ctx, target_ctx, issue_flags); in io_msg_send_fd()
|