Searched refs:io_post_aux_cqe (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/io_uring/ |
D | msg_ring.c | 115 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()
|
D | io_uring.h | 46 bool io_post_aux_cqe(struct io_ring_ctx *ctx, u64 user_data, s32 res, u32 cflags);
|
D | rsrc.c | 156 io_post_aux_cqe(node->ctx, prsrc->tag, 0, 0); in io_rsrc_put_work()
|
D | io_uring.c | 939 bool io_post_aux_cqe(struct io_ring_ctx *ctx, u64 user_data, s32 res, u32 cflags) in io_post_aux_cqe() function
|