Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axboe/liburing
/ check_zero_tee
Function
check_zero_tee
test/splice.c:365–368 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
363
}
364
365
static int check_zero_tee(struct io_uring *ring, struct test_ctx *ctx)
366
{
367
return do_tee(ring, ctx->pipe2[0], ctx->pipe1[1], 0);
368
}
369
370
static int test_splice(struct io_uring *ring, struct test_ctx *ctx)
371
{
Callers
1
test_splice
Function · 0.85
Calls
1
do_tee
Function · 0.85
Tested by
1
test_splice
Function · 0.68