Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axboe/liburing
/ ring_enter_flags
Function
ring_enter_flags
src/int_flags.h:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
};
15
16
static inline int ring_enter_flags(struct io_uring *ring)
17
{
18
return ring->int_flags & INT_FLAGS_MASK;
19
}
20
21
#endif
Callers
4
_io_uring_get_cqe
Function · 0.85
io_uring_get_events
Function · 0.85
__io_uring_submit
Function · 0.85
__io_uring_sqring_wait
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected