Searched refs:NZERO (Results 1 – 8 of 8) sorted by relevance
242 #ifdef NZERO243 { "NZERO", NZERO, 20 },
95 NZERO, NZERO keyword
241 #define NZERO 0 /* default "nice" */ macro
256 if (k->ki_p->ki_nice < NZERO || k->ki_p->ki_pri.pri_class == PRI_REALTIME) in state()258 else if (k->ki_p->ki_nice > NZERO || k->ki_p->ki_pri.pri_class == PRI_IDLE) in state()
702 if (p->p_nice > NZERO) in statclock()
518 p->p_nice = NZERO; in proc0_init()
2906 #ifdef NZERO in compress_savefile()2907 setpriority(PRIO_PROCESS, 0, NZERO - 1); in compress_savefile()
1222 snprintf(nicebuf, sizeof(nicebuf), "%d", pp->ki_nice - NZERO); in format_nice()