Sophie

Sophie

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

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>Atomic and pointer manipulation</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /><link rel="home" href="index.html" title="Linux Device Drivers" /><link rel="up" href="ch01.html" title="Chapter&#160;1.&#160;Driver Basics" /><link rel="prev" href="re02.html" title="module_exit" /><link rel="next" href="re03.html" title="atomic_read" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Atomic and pointer manipulation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re02.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;1.&#160;Driver Basics</th><td width="20%" align="right">&#160;<a accesskey="n" href="re03.html">Next</a></td></tr></table><hr /></div><div class="sect1" title="Atomic and pointer manipulation"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2546621"></a>Atomic and pointer manipulation</h2></div></div></div><div class="toc"><dl><dt><span class="refentrytitle"><a href="re03.html"><span>atomic_read</span></a></span><span class="refpurpose"> &#8212; 
  read atomic variable
 </span></dt><dt><span class="refentrytitle"><a href="re04.html"><span>atomic_set</span></a></span><span class="refpurpose"> &#8212; 
     set atomic variable
 </span></dt><dt><span class="refentrytitle"><a href="re05.html"><span>atomic_add</span></a></span><span class="refpurpose"> &#8212; 
     add integer to atomic variable
 </span></dt><dt><span class="refentrytitle"><a href="re06.html"><span>atomic_sub</span></a></span><span class="refpurpose"> &#8212; 
     subtract integer from atomic variable
 </span></dt><dt><span class="refentrytitle"><a href="re07.html"><span>atomic_sub_and_test</span></a></span><span class="refpurpose"> &#8212; 
     subtract value from variable and test result
 </span></dt><dt><span class="refentrytitle"><a href="re08.html"><span>atomic_inc</span></a></span><span class="refpurpose"> &#8212; 
     increment atomic variable
 </span></dt><dt><span class="refentrytitle"><a href="re09.html"><span>atomic_dec</span></a></span><span class="refpurpose"> &#8212; 
     decrement atomic variable
 </span></dt><dt><span class="refentrytitle"><a href="re10.html"><span>atomic_dec_and_test</span></a></span><span class="refpurpose"> &#8212; 
     decrement and test
 </span></dt><dt><span class="refentrytitle"><a href="re11.html"><span>atomic_inc_and_test</span></a></span><span class="refpurpose"> &#8212; 
     increment and test
 </span></dt><dt><span class="refentrytitle"><a href="re12.html"><span>atomic_add_negative</span></a></span><span class="refpurpose"> &#8212; 
     add and test if negative
 </span></dt><dt><span class="refentrytitle"><a href="re13.html"><span>atomic_add_return</span></a></span><span class="refpurpose"> &#8212; 
     add integer and return
 </span></dt><dt><span class="refentrytitle"><a href="re14.html"><span>atomic_sub_return</span></a></span><span class="refpurpose"> &#8212; 
     subtract integer and return
 </span></dt><dt><span class="refentrytitle"><a href="re15.html"><span>atomic_add_unless</span></a></span><span class="refpurpose"> &#8212; 
     add unless the number is already a given value
 </span></dt><dt><span class="refentrytitle"><a href="re16.html"><span>atomic64_xchg</span></a></span><span class="refpurpose"> &#8212; 
     xchg atomic64 variable
 </span></dt><dt><span class="refentrytitle"><a href="re17.html"><span>atomic64_set</span></a></span><span class="refpurpose"> &#8212; 
     set atomic64 variable
 </span></dt><dt><span class="refentrytitle"><a href="re18.html"><span>atomic64_read</span></a></span><span class="refpurpose"> &#8212; 
     read atomic64 variable
 </span></dt><dt><span class="refentrytitle"><a href="re19.html"><span>atomic64_add_return</span></a></span><span class="refpurpose"> &#8212; 
     add and return
 </span></dt><dt><span class="refentrytitle"><a href="re20.html"><span>atomic64_add</span></a></span><span class="refpurpose"> &#8212; 
     add integer to atomic64 variable
 </span></dt><dt><span class="refentrytitle"><a href="re21.html"><span>atomic64_sub</span></a></span><span class="refpurpose"> &#8212; 
     subtract the atomic64 variable
 </span></dt><dt><span class="refentrytitle"><a href="re22.html"><span>atomic64_sub_and_test</span></a></span><span class="refpurpose"> &#8212; 
     subtract value from variable and test result
 </span></dt><dt><span class="refentrytitle"><a href="re23.html"><span>atomic64_inc</span></a></span><span class="refpurpose"> &#8212; 
     increment atomic64 variable
 </span></dt><dt><span class="refentrytitle"><a href="re24.html"><span>atomic64_dec</span></a></span><span class="refpurpose"> &#8212; 
     decrement atomic64 variable
 </span></dt><dt><span class="refentrytitle"><a href="re25.html"><span>atomic64_dec_and_test</span></a></span><span class="refpurpose"> &#8212; 
     decrement and test
 </span></dt><dt><span class="refentrytitle"><a href="re26.html"><span>atomic64_inc_and_test</span></a></span><span class="refpurpose"> &#8212; 
     increment and test
 </span></dt><dt><span class="refentrytitle"><a href="re27.html"><span>atomic64_add_negative</span></a></span><span class="refpurpose"> &#8212; 
     add and test if negative
 </span></dt><dt><span class="refentrytitle"><a href="re28.html">
   /builddir/build/BUILD/kernel-2.6.32-71.14.1.el6/linux-2.6.32-71.14.1.el6.noarch//arch/x86/include/asm/unaligned.h
  </a></span><span class="refpurpose"> &#8212; 
   Document generation inconsistency
  </span></dt></dl></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re02.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="re03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>module_exit</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>atomic_read</span></td></tr></table></div></body></html>