MCPcopy Create free account
hub / github.com/axboe/liburing / cq_ring_needs_flush

Function cq_ring_needs_flush

src/queue.c:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42static inline bool cq_ring_needs_flush(struct io_uring *ring)
43{
44 return IO_URING_READ_ONCE(*ring->sq.kflags) &
45 (IORING_SQ_CQ_OVERFLOW | IORING_SQ_TASKRUN);
46}
47
48static inline bool cq_ring_needs_enter(struct io_uring *ring)
49{

Callers 2

cq_ring_needs_enterFunction · 0.85
io_uring_peek_batch_cqeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected