Searched refs:nonice (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/powerd/
H A Dpowerd.c86 static int read_usage_times(int *load, int nonice);
135 * a time on different CPUs and waiting for each other. If nonice
140 read_usage_times(int *load, int nonice) argument
179 if (nonice)
496 int nonice; local
506 nonice = 0;
548 nonice = 1;
595 if (read_usage_times(NULL, nonice))
777 if (read_usage_times(&load, nonice)) {

Completed in 60 milliseconds