Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dsplice.h17 #define SPLICE_F_NONBLOCK (0x02) /* don't block on the pipe splicing (but */ macro
/linux-4.1.27/fs/
Dsplice.c232 if (spd->flags & SPLICE_F_NONBLOCK) { in splice_to_pipe()
821 if (sd->flags & SPLICE_F_NONBLOCK) in splice_from_pipe_next()
1209 sd->flags &= ~SPLICE_F_NONBLOCK; in splice_direct_to_actor()
1734 if (flags & SPLICE_F_NONBLOCK) { in ipipe_prep()
1770 if (flags & SPLICE_F_NONBLOCK) { in opipe_prep()
1835 if (flags & SPLICE_F_NONBLOCK) { in splice_pipe_to_pipe()
1965 if (!ret && ipipe->waiting_writers && (flags & SPLICE_F_NONBLOCK)) in link_pipe()
Dread_write.c1224 fl = SPLICE_F_NONBLOCK; in do_sendfile()
/linux-4.1.27/kernel/
Drelay.c1322 if (flags & SPLICE_F_NONBLOCK) in relay_file_splice_read()
/linux-4.1.27/kernel/trace/
Dtrace.c5805 if ((file->f_flags & O_NONBLOCK) || (flags & SPLICE_F_NONBLOCK)) in tracing_buffers_splice_read()