Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/io_uring/
Dio_uring.c776 static bool io_cqring_event_overflow(struct io_ring_ctx *ctx, u64 user_data, in io_cqring_event_overflow() function
818 io_cqring_event_overflow(req->ctx, req->cqe.user_data, in io_req_cqe_overflow()
902 io_cqring_event_overflow(ctx, cqe->user_data, in __io_flush_post_cqes()
906 io_cqring_event_overflow(ctx, cqe->user_data, in __io_flush_post_cqes()
922 filled = io_cqring_event_overflow(ctx, user_data, res, cflags, 0, 0); in __io_post_aux_cqe()
/kernel/linux/linux-5.10/io_uring/
Dio_uring.c1780 static bool io_cqring_event_overflow(struct io_ring_ctx *ctx, u64 user_data, in io_cqring_event_overflow() function
1827 return io_cqring_event_overflow(ctx, user_data, res, cflags); in __io_fill_cqe()
2527 io_cqring_event_overflow(ctx, req->user_data, in io_iopoll_complete()