Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dio_uring.h156 static inline bool io_get_cqe_overflow(struct io_ring_ctx *ctx, in io_get_cqe_overflow() function
176 return io_get_cqe_overflow(ctx, ret, false); in io_get_cqe()
Dio_uring.c635 if (!io_get_cqe_overflow(ctx, &cqe, true)) in __io_cqring_overflow_flush()