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

Function io_uring_submit_and_get_events

src/queue.c:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526int io_uring_submit_and_get_events(struct io_uring *ring)
527{
528 return __io_uring_submit(ring, __io_uring_flush_sq(ring), 0, true);
529}
530
531#ifdef LIBURING_INTERNAL
532struct io_uring_sqe *io_uring_get_sqe(struct io_uring *ring)

Callers 2

test_simple_drainFunction · 0.85
do_txFunction · 0.85

Calls 2

__io_uring_submitFunction · 0.85
__io_uring_flush_sqFunction · 0.70

Tested by 1

test_simple_drainFunction · 0.68