1io_uring_cq_has_overflow(3) liburing Manual io_uring_cq_has_overflow(3)
2
3
4
6 io_uring_cq_has_overflow - returns if there are overflow entries wait‐
7 ing to move to the CQ ring
8
10 #include <liburing.h>
11
12 bool io_uring_cq_has_overflow(const struct io_uring *ring);
13
15 The io_uring_cq_has_overflow(3) function informs the application if CQ
16 entries have overflowed and are waiting to be flushed to the CQ ring.
17 For example using io_uring_get_events(3)
18
20 True if there are CQ entries waiting to be flushed to the CQ ring.
21
23 io_uring_get_events(3)
24
25
26
27liburing-2.3 September 5, 2022 io_uring_cq_has_overflow(3)