Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/fs/
Dsplice.c488 if (sd->flags & SPLICE_F_NONBLOCK) in splice_from_pipe_next()
861 sd->flags &= ~SPLICE_F_NONBLOCK; in splice_direct_to_actor()
996 if (flags & SPLICE_F_NONBLOCK) in wait_for_space()
1052 flags |= SPLICE_F_NONBLOCK; in do_splice()
1076 flags |= SPLICE_F_NONBLOCK; in do_splice()
1102 flags |= SPLICE_F_NONBLOCK; in do_splice()
1384 if (flags & SPLICE_F_NONBLOCK) { in ipipe_prep()
1419 if (flags & SPLICE_F_NONBLOCK) { in opipe_prep()
1496 if (flags & SPLICE_F_NONBLOCK) { in splice_pipe_to_pipe()
1681 flags |= SPLICE_F_NONBLOCK; in do_tee()
Dread_write.c1241 fl = SPLICE_F_NONBLOCK; in do_sendfile()
/Linux-v5.15/kernel/
Drelay.c1220 if (flags & SPLICE_F_NONBLOCK) in relay_file_splice_read()
/Linux-v5.15/net/tls/
Dtls_sw.c2003 timeo = sock_rcvtimeo(sk, flags & SPLICE_F_NONBLOCK); in tls_sw_splice_read()
2005 skb = tls_wait_data(sk, NULL, flags & SPLICE_F_NONBLOCK, timeo, &err); in tls_sw_splice_read()
/Linux-v5.15/net/smc/
Daf_smc.c2437 if (flags & SPLICE_F_NONBLOCK) in smc_splice_read()
/Linux-v5.15/net/unix/
Daf_unix.c2863 flags & SPLICE_F_NONBLOCK) in unix_stream_splice_read()
/Linux-v5.15/kernel/trace/
Dtrace.c8245 if ((file->f_flags & O_NONBLOCK) || (flags & SPLICE_F_NONBLOCK)) in tracing_buffers_splice_read()