Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
static 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
53
struct get_data {
54
unsigned submit;
Callers
2
_io_uring_get_cqe
Function · 0.85
__io_uring_submit
Function · 0.85
Calls
1
cq_ring_needs_flush
Function · 0.85
Tested by
no test coverage detected