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

/linux-master/io_uring/
H A Dmsg_ring.c115 if (!io_post_aux_cqe(target_ctx, msg->user_data, msg->len, flags))
150 if (io_post_aux_cqe(target_ctx, msg->user_data, msg->len, flags))
154 if (io_post_aux_cqe(target_ctx, msg->user_data, msg->len, flags))
203 if (!io_post_aux_cqe(target_ctx, msg->user_data, ret, 0))
H A Dio_uring.h69 bool io_post_aux_cqe(struct io_ring_ctx *ctx, u64 user_data, s32 res, u32 cflags);
H A Drsrc.c155 io_post_aux_cqe(node->ctx, prsrc->tag, 0, 0);
H A Dio_uring.c932 bool io_post_aux_cqe(struct io_ring_ctx *ctx, u64 user_data, s32 res, u32 cflags) function

Completed in 116 milliseconds