summaryrefslogtreecommitdiffstats
path: root/tapsets/API-jiffies.html
diff options
authorlberk <lberk>2013-02-26 17:49:09 +0000
committerlberk <lberk>2013-02-26 17:49:09 +0000
commit9bba572d7911c2366c7ac3381b15470c0b835746 (patch)
treec72130179d84d2b82bb30a617802f1ac87d17ba9 /tapsets/API-jiffies.html
parentadd new langref/*.html (diff)
added new man pages
Diffstat (limited to 'tapsets/API-jiffies.html')
-rw-r--r--tapsets/API-jiffies.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-jiffies.html b/tapsets/API-jiffies.html
index 312fb254..87330f50 100644
--- a/tapsets/API-jiffies.html
+++ b/tapsets/API-jiffies.html
@@ -2,9 +2,9 @@
2 Kernel jiffies count 2 Kernel jiffies count
3 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting"> 3 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting">
4 jiffies:long() 4 jiffies:long()
5</pre></div><div class="refsect1" title="Arguments"><a name="idp32775552"></a><h2>Arguments</h2><p> 5</pre></div><div class="refsect1" title="Arguments"><a name="idp5844224"></a><h2>Arguments</h2><p>
6 None 6 None
7 </p></div><div class="refsect1" title="Description"><a name="idp32776704"></a><h2>Description</h2><p> 7 </p></div><div class="refsect1" title="Description"><a name="idp5845376"></a><h2>Description</h2><p>
8 This function returns the value of the kernel jiffies 8 This function returns the value of the kernel jiffies
9 variable. This value is incremented periodically by timer interrupts, 9 variable. This value is incremented periodically by timer interrupts,
10 and may wrap around a 32-bit or 64-bit boundary. See <code class="function">HZ</code>. 10 and may wrap around a 32-bit or 64-bit boundary. See <code class="function">HZ</code>.