'\" t .\" Title: splice_from_pipe_next .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: splice API .\" Source: Kernel Hackers Manual 4.11.6 .\" Language: English .\" .TH "SPLICE_FROM_PIPE_NEX" "9" "July 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_next \- wait for some data to splice from .SH "SYNOPSIS" .HP \w'int\ splice_from_pipe_next('u .BI "int splice_from_pipe_next(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 wait for some data and return a positive value (one) if pipe buffers are available\&. It will return zero or \-errno if no more data needs to be spliced\&. .SH "COPYRIGHT" .br