Searched refs:nonblock_pipe (Results 1 – 1 of 1) sorted by relevance
161 int r, nonblock_pipe = -1; in copy_bytes_full() local350 if (nonblock_pipe < 0) { in copy_bytes_full()376 … nonblock_pipe = a == FD_IS_NONBLOCKING_PIPE || b == FD_IS_NONBLOCKING_PIPE; in copy_bytes_full()381 n = splice(fdf, NULL, fdt, NULL, m, nonblock_pipe ? SPLICE_F_NONBLOCK : 0); in copy_bytes_full()