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
34 -------
40 |--------------------------------------|
55 /* gcc -o hog smallhog.c */
70 static unsigned long hog (unsigned long niters)
73 while (!stop && --niters);
90 hog (ULONG_MAX);
91 for (i = 0; i < HIST; ++i) v[i] = ULONG_MAX - hog(ULONG_MAX);
94 n = tmp - (tmp / 3.0);
100 hog(n);
108 ----------
110 - https://lore.kernel.org/r/loom.20070212T063225-663@post.gmane.org
111 - Documentation/filesystems/proc.rst (1.8)
115 ------