Lines Matching +full:hog +full:-
1 .. SPDX-License-Identifier: GPL-2.0
3 .. include:: ../disclaimer-zh_TW.rst
16 Linux 2.6.18.3-exp (linmac) 02/20/2007
18 avg-cpu: %user %nice %system %iowait %steal %idle
35 ---
40 |-----------------------|
52 /* gcc -o hog smallhog.c */
66 static unsigned long hog (unsigned long niters)
69 while (!stop && --niters);
84 hog (ULONG_MAX);
85 for (i = 0; i < HIST; ++i) v[i] = ULONG_MAX - hog (ULONG_MAX);
88 n = tmp - (tmp / 3.0);
94 hog (n);
102 ---
104 - https://lore.kernel.org/r/loom.20070212T063225-663@post.gmane.org
105 - Documentation/filesystems/proc.rst (1.8)
109 ---