Sophie

Sophie

distrib > CentOS > 6 > i386 > by-pkgid > 2c51d8eb79f8810ada971ee8c30ce1e5 > files > 1114

kernel-doc-2.6.32-71.14.1.el6.noarch.rpm

<?xml version="1.0" encoding="ANSI_X3.4-1968" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968" /><title>Chapter&#160;6.&#160;splice API</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /><link rel="home" href="index.html" title="Linux Filesystems API" /><link rel="up" href="index.html" title="Linux Filesystems API" /><link rel="prev" href="ch05s04.html" title="See also" /><link rel="next" href="re208.html" title="splice_to_pipe" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&#160;6.&#160;splice API</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch05s04.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right">&#160;<a accesskey="n" href="re208.html">Next</a></td></tr></table><hr /></div><div class="chapter" title="Chapter&#160;6.&#160;splice API"><div class="titlepage"><div><div><h2 class="title"><a id="splice"></a>Chapter&#160;6.&#160;splice API</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="refentrytitle"><a href="re208.html"><span>splice_to_pipe</span></a></span><span class="refpurpose"> &#8212; 
  fill passed data into a pipe
 </span></dt><dt><span class="refentrytitle"><a href="re209.html"><span>generic_file_splice_read</span></a></span><span class="refpurpose"> &#8212; 
     splice data from file to a pipe
 </span></dt><dt><span class="refentrytitle"><a href="re210.html"><span>splice_from_pipe_feed</span></a></span><span class="refpurpose"> &#8212; 
     feed available data from a pipe to a file
 </span></dt><dt><span class="refentrytitle"><a href="re211.html"><span>splice_from_pipe_next</span></a></span><span class="refpurpose"> &#8212; 
     wait for some data to splice from
 </span></dt><dt><span class="refentrytitle"><a href="re212.html"><span>splice_from_pipe_begin</span></a></span><span class="refpurpose"> &#8212; 
     start splicing from pipe
 </span></dt><dt><span class="refentrytitle"><a href="re213.html"><span>splice_from_pipe_end</span></a></span><span class="refpurpose"> &#8212; 
     finish splicing from pipe
 </span></dt><dt><span class="refentrytitle"><a href="re214.html"><span>__splice_from_pipe</span></a></span><span class="refpurpose"> &#8212; 
     splice data from a pipe to given actor
 </span></dt><dt><span class="refentrytitle"><a href="re215.html"><span>splice_from_pipe</span></a></span><span class="refpurpose"> &#8212; 
     splice data from a pipe to a file
 </span></dt><dt><span class="refentrytitle"><a href="re216.html"><span>generic_file_splice_write</span></a></span><span class="refpurpose"> &#8212; 
     splice data from a pipe to a file
 </span></dt><dt><span class="refentrytitle"><a href="re217.html"><span>generic_splice_sendpage</span></a></span><span class="refpurpose"> &#8212; 
     splice data from a pipe to a socket
 </span></dt><dt><span class="refentrytitle"><a href="re218.html"><span>splice_direct_to_actor</span></a></span><span class="refpurpose"> &#8212; 
     splices data directly between two non-pipes
 </span></dt><dt><span class="refentrytitle"><a href="re219.html"><span>do_splice_direct</span></a></span><span class="refpurpose"> &#8212; 
     splices data directly between two files
 </span></dt></dl></div><p>
	splice is a method for moving blocks of data around inside the
	kernel, without continually transferring them between the kernel
	and user space.
  </p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch05s04.html">Prev</a>&#160;</td><td width="20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="re208.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">See also&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span>splice_to_pipe</span></td></tr></table></div></body></html>