Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsplice.h17 #define SPLICE_F_NONBLOCK (0x02) /* don't block on the pipe splicing (but */ macro
/linux-4.4.14/fs/
Dsplice.c232 if (spd->flags & SPLICE_F_NONBLOCK) { in splice_to_pipe()
829 if (sd->flags & SPLICE_F_NONBLOCK) in splice_from_pipe_next()
1218 sd->flags &= ~SPLICE_F_NONBLOCK; in splice_direct_to_actor()
1743 if (flags & SPLICE_F_NONBLOCK) { in ipipe_prep()
1779 if (flags & SPLICE_F_NONBLOCK) { in opipe_prep()
1844 if (flags & SPLICE_F_NONBLOCK) { in splice_pipe_to_pipe()
1974 if (!ret && ipipe->waiting_writers && (flags & SPLICE_F_NONBLOCK)) in link_pipe()
Dread_write.c1224 fl = SPLICE_F_NONBLOCK; in do_sendfile()
/linux-4.4.14/kernel/
Drelay.c1319 if (flags & SPLICE_F_NONBLOCK) in relay_file_splice_read()
/linux-4.4.14/net/unix/
Daf_unix.c2525 flags & SPLICE_F_NONBLOCK) in unix_stream_splice_read()
/linux-4.4.14/kernel/trace/
Dtrace.c5840 if ((file->f_flags & O_NONBLOCK) || (flags & SPLICE_F_NONBLOCK)) in tracing_buffers_splice_read()