MCPcopy 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
365static 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
370static int test_splice(struct io_uring *ring, struct test_ctx *ctx)
371{

Callers 1

test_spliceFunction · 0.85

Calls 1

do_teeFunction · 0.85

Tested by 1

test_spliceFunction · 0.68