Searched refs:SPLICE_F_NONBLOCK (Results 1 – 5 of 5) sorted by relevance
17 #define SPLICE_F_NONBLOCK (0x02) /* don't block on the pipe splicing (but */ macro
232 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()
1224 fl = SPLICE_F_NONBLOCK; in do_sendfile()
1322 if (flags & SPLICE_F_NONBLOCK) in relay_file_splice_read()
5805 if ((file->f_flags & O_NONBLOCK) || (flags & SPLICE_F_NONBLOCK)) in tracing_buffers_splice_read()