Lines Matching +full:hog +full:-
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 - http://lkml.org/lkml/2007/2/12/6
111 - Documentation/filesystems/proc.rst (1.8)
115 ------