Searched refs:io_fill_cqe_aux (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/io_uring/ |
D | io_uring.c | 810 static bool io_fill_cqe_aux(struct io_ring_ctx *ctx, u64 user_data, s32 res, in io_fill_cqe_aux() function 843 filled = io_fill_cqe_aux(ctx, user_data, res, cflags); in __io_post_aux_cqe() 866 if (!io_fill_cqe_aux(ctx, user_data, res, cflags)) { in io_add_aux_cqe() 887 posted = io_fill_cqe_aux(ctx, req->cqe.user_data, res, cflags); in io_req_post_cqe()
|