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

Function cq_ring_needs_enter

src/queue.c:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48static inline bool cq_ring_needs_enter(struct io_uring *ring)
49{
50 return (ring->int_flags & INT_FLAG_CQ_ENTER) || cq_ring_needs_flush(ring);
51}
52
53struct get_data {
54 unsigned submit;

Callers 2

_io_uring_get_cqeFunction · 0.85
__io_uring_submitFunction · 0.85

Calls 1

cq_ring_needs_flushFunction · 0.85

Tested by

no test coverage detected