table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SPLICE_FROM_PIPE_END(9) | splice API | SPLICE_FROM_PIPE_END(9) |
NAME¶
splice_from_pipe_end - finish splicing from pipeSYNOPSIS¶
void
splice_from_pipe_end(struct pipe_inode_info * pipe,
struct splice_desc * sd);
ARGUMENTS¶
pipepipe to splice from
sd
information about the splice operation
DESCRIPTION¶
This function will wake up pipe writers if necessary. It should be called after a loop containing splice_from_pipe_next and splice_from_pipe_feed.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |