MCPcopy 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
16static 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_cqeFunction · 0.85
io_uring_get_eventsFunction · 0.85
__io_uring_submitFunction · 0.85
__io_uring_sqring_waitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected