Lines Matching +full:- +full:hog
10 Linux 2.6.18.3-exp (linmac) 02/20/2007
12 avg-cpu: %user %nice %system %iowait %steal %idle
29 ---
34 |-----------------------|
46 /* gcc -o hog smallhog.c */
60 static unsigned long hog (unsigned long niters)
63 while (!stop && --niters);
78 hog (ULONG_MAX);
79 for (i = 0; i < HIST; ++i) v[i] = ULONG_MAX - hog (ULONG_MAX);
82 n = tmp - (tmp / 3.0);
88 hog (n);
96 ---
98 - https://lore.kernel.org/r/loom.20070212T063225-663@post.gmane.org
99 - Documentation/filesystems/proc.rst (1.8)
103 ---