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

Function __io_uring_sqring_wait

src/queue.c:538–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536#endif
537
538int __io_uring_sqring_wait(struct io_uring *ring)
539{
540 int flags = IORING_ENTER_SQ_WAIT | ring_enter_flags(ring);
541
542 return __sys_io_uring_enter(ring->enter_ring_fd, 0, 0, flags, NULL);
543}

Callers 1

liburing.hFile · 0.85

Calls 2

ring_enter_flagsFunction · 0.85
__sys_io_uring_enterFunction · 0.50

Tested by

no test coverage detected