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

Function io_uring_get_events

src/queue.c:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160int io_uring_get_events(struct io_uring *ring)
161{
162 int flags = IORING_ENTER_GETEVENTS | ring_enter_flags(ring);
163
164 return __sys_io_uring_enter(ring->enter_ring_fd, 0, 0, flags, NULL);
165}
166
167static inline bool io_uring_peek_batch_cqe_(struct io_uring *ring,
168 struct io_uring_cqe **cqes,

Callers 8

trigger_eventFunction · 0.85
test_incFunction · 0.85
testFunction · 0.85
testFunction · 0.85
test_overflow_handlingFunction · 0.85
test_eventfdFunction · 0.85
test_thread_shutdownFunction · 0.85
io_uring_peek_batch_cqeFunction · 0.85

Calls 2

ring_enter_flagsFunction · 0.85
__sys_io_uring_enterFunction · 0.50

Tested by 4

test_incFunction · 0.68
test_overflow_handlingFunction · 0.68
test_eventfdFunction · 0.68
test_thread_shutdownFunction · 0.68