MCPcopy Create free account
hub / github.com/axboe/liburing / do_tee

Function do_tee

test/splice.c:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194static int do_tee(struct io_uring *ring, int fd_in, int fd_out,
195 unsigned int len)
196{
197 return do_splice_op(ring, fd_in, 0, fd_out, 0, len, IORING_OP_TEE);
198}
199
200static void check_splice_support(struct io_uring *ring, struct test_ctx *ctx)
201{

Callers 4

check_tee_supportFunction · 0.85
fail_tee_nonpipeFunction · 0.85
check_teeFunction · 0.85
check_zero_teeFunction · 0.85

Calls 1

do_splice_opFunction · 0.85

Tested by

no test coverage detected