Home
last modified time | relevance | path

Searched refs:splice_to_pipe (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dsplice.h76 extern ssize_t splice_to_pipe(struct pipe_inode_info *,
/openbmc/linux/net/smc/
H A Dsmc_rx.c212 bytes = splice_to_pipe(pipe, &spd); in smc_rx_splice()
/openbmc/linux/fs/
H A Dsplice.c197 ssize_t splice_to_pipe(struct pipe_inode_info *pipe, in splice_to_pipe() function
243 EXPORT_SYMBOL_GPL(splice_to_pipe);
/openbmc/linux/kernel/
H A Drelay.c1188 ret = *nonpad_ret = splice_to_pipe(pipe, &spd); in subbuf_splice_actor()
/openbmc/linux/tools/testing/selftests/net/
H A Dtls.c766 TEST_F(tls, splice_to_pipe) in TEST_F() argument
/openbmc/linux/kernel/trace/
H A Dtrace.c7048 ret = splice_to_pipe(pipe, &spd); in tracing_splice_read_pipe()
8462 ret = splice_to_pipe(pipe, &spd); in tracing_buffers_splice_read()
/openbmc/linux/net/core/
H A Dskbuff.c3048 ret = splice_to_pipe(pipe, &spd); in skb_splice_bits()