Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio_uring.c781 static bool io_fill_cqe_aux(struct io_ring_ctx *ctx, u64 user_data, s32 res, in io_fill_cqe_aux() function
834 filled = io_fill_cqe_aux(ctx, user_data, res, cflags); in io_post_aux_cqe()
853 if (!io_fill_cqe_aux(ctx, user_data, res, cflags)) { in io_add_aux_cqe()
883 posted = io_fill_cqe_aux(ctx, req->cqe.user_data, res, cflags); in io_req_post_cqe()
886 posted = io_fill_cqe_aux(ctx, req->cqe.user_data, res, cflags); in io_req_post_cqe()