'\" t .\" Title: splice_from_pipe_end .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: June 2017 .\" Manual: splice API .\" Source: Kernel Hackers Manual 4.11.3 .\" Language: English .\" .TH "SPLICE_FROM_PIPE_END" "9" "June 2017" "Kernel Hackers Manual 4\&.11\&" "splice API" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" splice_from_pipe_end \- finish splicing from pipe .SH "SYNOPSIS" .HP \w'void\ splice_from_pipe_end('u .BI "void splice_from_pipe_end(struct\ pipe_inode_info\ *\ " "pipe" ", struct\ splice_desc\ *\ " "sd" ");" .SH "ARGUMENTS" .PP \fIstruct pipe_inode_info * pipe\fR .RS 4 pipe to splice from .RE .PP \fIstruct splice_desc * sd\fR .RS 4 information about the splice operation .RE .SH "DESCRIPTION" .PP This function will wake up pipe writers if necessary\&. It should be called after a loop containing \fBsplice_from_pipe_next\fR and \fBsplice_from_pipe_feed\fR\&. .SH "COPYRIGHT" .br