Sophie

Sophie

distrib > CentOS > 6 > i386 > by-pkgid > cf93d8a8acdcc6fe2225039da0502495 > files > 1507

kernel-doc-2.6.32-131.17.1.el6.centos.plus.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;FIFO Buffer</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /><link rel="home" href="index.html" title="The Linux Kernel API" /><link rel="up" href="index.html" title="The Linux Kernel API" /><link rel="prev" href="re258.html" title="ipc_parse_version" /><link rel="next" href="re259.html" title="__kfifo_reset" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&#160;6.&#160;FIFO Buffer</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re258.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right">&#160;<a accesskey="n" href="re259.html">Next</a></td></tr></table><hr /></div><div class="chapter" title="Chapter&#160;6.&#160;FIFO Buffer"><div class="titlepage"><div><div><h2 class="title"><a id="kfifo"></a>Chapter&#160;6.&#160;FIFO Buffer</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="ch06.html#id2990386">kfifo interface</a></span></dt></dl></div><div class="sect1" title="kfifo interface"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2990386"></a>kfifo interface</h2></div></div></div><div class="toc"><dl><dt><span class="refentrytitle"><a href="re259.html"><span>__kfifo_reset</span></a></span><span class="refpurpose"> &#8212; 
  removes the entire FIFO contents, no locking version
 </span></dt><dt><span class="refentrytitle"><a href="re260.html"><span>kfifo_reset</span></a></span><span class="refpurpose"> &#8212; 
     removes the entire FIFO contents
 </span></dt><dt><span class="refentrytitle"><a href="re261.html"><span>kfifo_put</span></a></span><span class="refpurpose"> &#8212; 
     puts some data into the FIFO
 </span></dt><dt><span class="refentrytitle"><a href="re262.html"><span>kfifo_get</span></a></span><span class="refpurpose"> &#8212; 
     gets some data from the FIFO
 </span></dt><dt><span class="refentrytitle"><a href="re263.html"><span>__kfifo_len</span></a></span><span class="refpurpose"> &#8212; 
     returns the number of bytes available in the FIFO, no locking version
 </span></dt><dt><span class="refentrytitle"><a href="re264.html"><span>kfifo_len</span></a></span><span class="refpurpose"> &#8212; 
     returns the number of bytes available in the FIFO
 </span></dt><dt><span class="refentrytitle"><a href="re265.html"><span>kfifo_init</span></a></span><span class="refpurpose"> &#8212; 
  allocates a new FIFO using a preallocated buffer
 </span></dt><dt><span class="refentrytitle"><a href="re266.html"><span>kfifo_alloc</span></a></span><span class="refpurpose"> &#8212; 
     allocates a new FIFO and its internal buffer
 </span></dt><dt><span class="refentrytitle"><a href="re267.html"><span>kfifo_free</span></a></span><span class="refpurpose"> &#8212; 
     frees the FIFO
 </span></dt><dt><span class="refentrytitle"><a href="re268.html"><span>__kfifo_put</span></a></span><span class="refpurpose"> &#8212; 
     puts some data into the FIFO, no locking version
 </span></dt><dt><span class="refentrytitle"><a href="re269.html"><span>__kfifo_get</span></a></span><span class="refpurpose"> &#8212; 
     gets some data from the FIFO, no locking version
 </span></dt></dl></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re258.html">Prev</a>&#160;</td><td width="20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="re259.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>ipc_parse_version</span>&#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>__kfifo_reset</span></td></tr></table></div></body></html>