Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ io_submit
Function
io_submit
app/nginx-1.28.0/src/os/unix/ngx_linux_aio_read.c:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
static int
21
io_submit(aio_context_t ctx, long n, struct iocb **paiocb)
22
{
23
return syscall(SYS_io_submit, ctx, n, paiocb);
24
}
25
26
27
ngx_int_t
Callers
2
do_sync_io
Function · 0.85
ngx_file_aio_read
Function · 0.85
Calls
1
syscall
Function · 0.50
Tested by
1
do_sync_io
Function · 0.68