Home
last modified time | relevance | path

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

/freebsd/usr.sbin/powerd/
H A Dpowerd.c95 static int read_usage_times(int *load, int nonice);
148 * a time on different CPUs and waiting for each other. If nonice
153 read_usage_times(int *load, int nonice) in read_usage_times() argument
192 if (nonice) in read_usage_times()
584 int nonice;
594 nonice = 0;
636 nonice = 1;
683 if (read_usage_times(NULL, nonice))
868 if (read_usage_times(&load, nonice)) {
592 int nonice; global() local