Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dmsg_ring.c78 io_add_aux_cqe(ctx, req->cqe.user_data, req->cqe.res, req->cqe.flags); in io_msg_tw_complete()
Dio_uring.h72 void io_add_aux_cqe(struct io_ring_ctx *ctx, u64 user_data, s32 res, u32 cflags);
Dio_uring.c864 void io_add_aux_cqe(struct io_ring_ctx *ctx, u64 user_data, s32 res, u32 cflags) in io_add_aux_cqe() function