Searched refs:NZERO (Results 1 – 8 of 8) sorted by relevance
102 NZERO, NZERO
218 #define NZERO 0 /* default "nice" */ macro
272 if (k->ki_p->ki_nice < NZERO) in state()274 else if (k->ki_p->ki_nice > NZERO) in state()
1710 #ifdef NZERO in compress_savefile()1711 setpriority(PRIO_PROCESS, 0, NZERO - 1); in compress_savefile()
727 if (p->p_nice > NZERO) in statclock_cnt()
483 p->p_nice = NZERO; in proc0_init()
1107 snprintf(nicebuf, sizeof(nicebuf), "%d", pp->ki_nice - NZERO); in format_nice()
693 (NZERO): New macro, if system doesn't define it already.695 Don't assume NZERO is 20.701 "getpriority", as it might be the current nice value minus NZERO.