Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
538
int __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.h
File · 0.85
Calls
2
ring_enter_flags
Function · 0.85
__sys_io_uring_enter
Function · 0.50
Tested by
no test coverage detected