summaryrefslogtreecommitdiffstats
path: root/tapsets/API-jiffies.html
diff options
authorserhei <serhei>2021-11-19 16:31:03 +0000
committerserhei <serhei>2021-11-19 16:31:03 +0000
commit4e6b6ad960cf9c79a814f3a09f8048ff389d866e (patch)
tree15bec9f2679d23e3260effd22004c749ff5c8bdd /tapsets/API-jiffies.html
parentadd new tutorial/* (diff)
removed 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 23c68876..38fa4129 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"><h2>Synopsis</h2><pre class="programlisting"> 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4 jiffies:long() 4 jiffies:long()
5</pre></div><div class="refsect1"><a name="idm45904825573568"></a><h2>Arguments</h2><p> 5</pre></div><div class="refsect1"><a name="idm45409701465024"></a><h2>Arguments</h2><p>
6 None 6 None
7 </p></div><div class="refsect1"><a name="idm45904825572416"></a><h2>Description</h2><p> 7 </p></div><div class="refsect1"><a name="idm45409701463872"></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>.