Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dio_uring.c872 static bool io_fill_cqe_aux(struct io_ring_ctx *ctx, u64 user_data, s32 res, in io_fill_cqe_aux() function
910 if (!io_fill_cqe_aux(ctx, cqe->user_data, cqe->res, cqe->flags)) { in __io_flush_post_cqes()
931 filled = io_fill_cqe_aux(ctx, user_data, res, cflags); in __io_post_aux_cqe()