DOKK / manpages / debian 12 / liburing-dev / io_uring_cq_has_overflow.3.en
io_uring_cq_has_overflow(3) liburing Manual io_uring_cq_has_overflow(3)

io_uring_cq_has_overflow - returns if there are overflow entries waiting to move to the CQ ring

#include <liburing.h>
bool io_uring_cq_has_overflow(const struct io_uring *ring);

The io_uring_cq_has_overflow(3) function informs the application if CQ entries have overflowed and are waiting to be flushed to the CQ ring. For example using io_uring_get_events(3)

True if there are CQ entries waiting to be flushed to the CQ ring.

io_uring_get_events(3)

September 5, 2022 liburing-2.3