Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dmsg_ring.c115 if (!io_post_aux_cqe(target_ctx, msg->user_data, msg->len, flags)) in io_msg_tw_complete()
150 if (io_post_aux_cqe(target_ctx, msg->user_data, msg->len, flags)) in io_msg_ring_data()
154 if (io_post_aux_cqe(target_ctx, msg->user_data, msg->len, flags)) in io_msg_ring_data()
203 if (!io_post_aux_cqe(target_ctx, msg->user_data, ret, 0)) in io_msg_install_complete()
Dio_uring.h46 bool io_post_aux_cqe(struct io_ring_ctx *ctx, u64 user_data, s32 res, u32 cflags);
Drsrc.c156 io_post_aux_cqe(node->ctx, prsrc->tag, 0, 0); in io_rsrc_put_work()
Dio_uring.c939 bool io_post_aux_cqe(struct io_ring_ctx *ctx, u64 user_data, s32 res, u32 cflags) in io_post_aux_cqe() function