Home
last modified time | relevance | path

Searched refs:SPLICE_F_NONBLOCK (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/include/linux/
Dsplice.h18 #define SPLICE_F_NONBLOCK (0x02) /* don't block on the pipe splicing (but */ macro
24 #define SPLICE_F_ALL (SPLICE_F_MOVE|SPLICE_F_NONBLOCK|SPLICE_F_MORE|SPLICE_F_GIFT)
/linux-5.19.10/fs/
Dsplice.c488 if (sd->flags & SPLICE_F_NONBLOCK) in splice_from_pipe_next()
859 sd->flags &= ~SPLICE_F_NONBLOCK; in splice_direct_to_actor()
994 if (flags & SPLICE_F_NONBLOCK) in wait_for_space()
1050 flags |= SPLICE_F_NONBLOCK; in do_splice()
1074 flags |= SPLICE_F_NONBLOCK; in do_splice()
1100 flags |= SPLICE_F_NONBLOCK; in do_splice()
1382 if (flags & SPLICE_F_NONBLOCK) { in ipipe_prep()
1417 if (flags & SPLICE_F_NONBLOCK) { in opipe_prep()
1494 if (flags & SPLICE_F_NONBLOCK) { in splice_pipe_to_pipe()
1679 flags |= SPLICE_F_NONBLOCK; in do_tee()
Dread_write.c1254 fl = SPLICE_F_NONBLOCK; in do_sendfile()
1267 fl |= SPLICE_F_NONBLOCK; in do_sendfile()
/linux-5.19.10/kernel/
Drelay.c1220 if (flags & SPLICE_F_NONBLOCK) in relay_file_splice_read()
/linux-5.19.10/net/tls/
Dtls_sw.c1941 timeo = sock_rcvtimeo(sk, flags & SPLICE_F_NONBLOCK); in tls_sw_splice_read()
1949 skb = tls_wait_data(sk, NULL, flags & SPLICE_F_NONBLOCK, timeo, in tls_sw_splice_read()
/linux-5.19.10/tools/testing/selftests/net/
Dtls.c736 EXPECT_EQ(splice(self->cfd, NULL, p[1], NULL, half, SPLICE_F_NONBLOCK), in TEST_F()
/linux-5.19.10/net/unix/
Daf_unix.c2947 flags & SPLICE_F_NONBLOCK) in unix_stream_splice_read()
/linux-5.19.10/net/smc/
Daf_smc.c3129 if (flags & SPLICE_F_NONBLOCK) in smc_splice_read()
/linux-5.19.10/kernel/trace/
Dtrace.c8297 if ((file->f_flags & O_NONBLOCK) || (flags & SPLICE_F_NONBLOCK)) in tracing_buffers_splice_read()