Home
last modified time | relevance | path

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

/io_uring/
A Dmsg_ring.c25 u64 user_data; member
78 io_add_aux_cqe(ctx, req->cqe.user_data, req->cqe.res, req->cqe.flags); in io_msg_tw_complete()
90 int res, u32 cflags, u64 user_data) in io_msg_remote_post() argument
97 req->cqe.user_data = user_data; in io_msg_remote_post()
134 msg->user_data); in io_msg_data_remote()
161 if (io_post_aux_cqe(target_ctx, msg->user_data, msg->len, flags)) in __io_msg_ring_data()
221 if (!io_post_aux_cqe(target_ctx, msg->user_data, ret, 0)) in io_msg_install_complete()
286 msg->user_data = READ_ONCE(sqe->off); in __io_msg_ring_prep()
A Dfdinfo.c113 sqe->buf_index, sqe->user_data); in __io_uring_show_fdinfo()
134 entry & cq_mask, cqe->user_data, cqe->res, in __io_uring_show_fdinfo()
211 cqe->user_data, cqe->res, cqe->flags); in __io_uring_show_fdinfo()
A Dtimeout.c330 .data = prev->cqe.user_data, in io_req_task_link_timeout()
393 static int io_linked_timeout_update(struct io_ring_ctx *ctx, __u64 user_data, in io_linked_timeout_update() argument
404 if (user_data == tmp->cqe.user_data) { in io_linked_timeout_update()
420 static int io_timeout_update(struct io_ring_ctx *ctx, __u64 user_data, in io_timeout_update() argument
424 struct io_cancel_data cd = { .ctx = ctx, .data = user_data, }; in io_timeout_update()
A Dio_uring.c741 ocqe->cqe.user_data = cqe->user_data; in io_alloc_ocqe()
812 WRITE_ONCE(cqe->user_data, user_data); in io_fill_cqe_aux()
829 return (struct io_cqe) { .user_data = user_data, .res = res, .flags = cflags }; in io_init_cqe()
858 filled = io_fill_cqe_aux(ctx, user_data, res, cflags); in io_post_aux_cqe()
860 struct io_cqe cqe = io_init_cqe(user_data, res, cflags); in io_post_aux_cqe()
877 if (!io_fill_cqe_aux(ctx, user_data, res, cflags)) { in io_add_aux_cqe()
878 struct io_cqe cqe = io_init_cqe(user_data, res, cflags); in io_add_aux_cqe()
907 posted = io_fill_cqe_aux(ctx, req->cqe.user_data, res, cflags); in io_req_post_cqe()
929 cqe[0].user_data = req->cqe.user_data; in io_req_post_cqe32()
2118 req->cqe.user_data = READ_ONCE(sqe->user_data); in io_init_req()
[all …]
A Dio_uring.h81 bool io_post_aux_cqe(struct io_ring_ctx *ctx, u64 user_data, s32 res, u32 cflags);
82 void io_add_aux_cqe(struct io_ring_ctx *ctx, u64 user_data, s32 res, u32 cflags);
A Dcmd_net.c74 cqe->user_data = 0; in io_process_timestamp_skb()
A Dpoll.c124 u32 index = hash_long(req->cqe.user_data, table->hash_bits); in io_poll_req_insert()
759 if (cd->data != req->cqe.user_data) in io_poll_find()
939 preq->cqe.user_data = poll_update->new_user_data; in io_poll_remove()
A Drsrc.c296 u64 user_data = up->data; in __io_sqe_buffers_update() local
309 uvec = u64_to_user_ptr(user_data); in __io_sqe_buffers_update()
338 user_data += sizeof(struct compat_iovec); in __io_sqe_buffers_update()
340 user_data += sizeof(struct iovec); in __io_sqe_buffers_update()
A Dcancel.c57 if (match_user_data && req->cqe.user_data != cd->data) in io_cancel_req_match()
A Dzcrx.c931 cqe->user_data = req->cqe.user_data; in io_zcrx_queue_cqe()
A Dnet.c1352 notif->cqe.user_data = req->cqe.user_data; in io_send_zc_prep()

Completed in 649 milliseconds