Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dio_uring.c886 static bool io_fill_cqe_aux(struct io_ring_ctx *ctx, u64 user_data, s32 res, in io_fill_cqe_aux() function
924 if (!io_fill_cqe_aux(ctx, cqe->user_data, cqe->res, cqe->flags)) { in __io_flush_post_cqes()
945 filled = io_fill_cqe_aux(ctx, user_data, res, cflags); in __io_post_aux_cqe()