Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dio_uring.h134 static inline bool io_get_cqe_overflow(struct io_ring_ctx *ctx, in io_get_cqe_overflow() function
154 return io_get_cqe_overflow(ctx, ret, false); in io_get_cqe()
H A Dio_uring.c697 if (!io_get_cqe_overflow(ctx, &cqe, true)) in __io_cqring_overflow_flush()