Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/fs/
Dsplice.c553 if (sd->flags & SPLICE_F_NONBLOCK) in splice_from_pipe_next()
942 sd->flags &= ~SPLICE_F_NONBLOCK; in splice_direct_to_actor()
1080 if (flags & SPLICE_F_NONBLOCK) in wait_for_space()
1124 flags |= SPLICE_F_NONBLOCK; in do_splice()
1152 flags |= SPLICE_F_NONBLOCK; in do_splice()
1179 flags |= SPLICE_F_NONBLOCK; in do_splice()
1462 if (flags & SPLICE_F_NONBLOCK) { in ipipe_prep()
1498 if (flags & SPLICE_F_NONBLOCK) { in opipe_prep()
1563 if (flags & SPLICE_F_NONBLOCK) { in splice_pipe_to_pipe()
1705 if (!ret && ipipe->waiting_writers && (flags & SPLICE_F_NONBLOCK)) in link_pipe()
[all …]
Dread_write.c1461 fl = SPLICE_F_NONBLOCK; in do_sendfile()
/Linux-v5.4/kernel/
Drelay.c1303 if (flags & SPLICE_F_NONBLOCK) in relay_file_splice_read()
/Linux-v5.4/net/smc/
Daf_smc.c1927 if (flags & SPLICE_F_NONBLOCK) in smc_splice_read()
/Linux-v5.4/net/unix/
Daf_unix.c2439 flags & SPLICE_F_NONBLOCK) in unix_stream_splice_read()
/Linux-v5.4/kernel/trace/
Dtrace.c7483 if ((file->f_flags & O_NONBLOCK) || (flags & SPLICE_F_NONBLOCK)) in tracing_buffers_splice_read()