Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axboe/liburing
/ test_io_fn
Function
test_io_fn
test/uring_cmd_ublk.c:1133–1140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1131
}
1132
1133
static void *test_io_fn(void *data)
1134
{
1135
struct io_ctx *ctx = data;
1136
1137
ctx->res = test_io(ctx);
1138
1139
return data;
1140
}
1141
1142
static void ignore_stderr(void)
1143
{
Callers
nothing calls this directly
Calls
1
test_io
Function · 0.70
Tested by
no test coverage detected