Searched refs:NZERO (Results 1 – 8 of 8) sorted by relevance
242 #ifdef NZERO243 { "NZERO", NZERO, 20 },
102 NZERO, NZERO
223 #define NZERO 0 /* default "nice" */ macro
266 if (k->ki_p->ki_nice < NZERO || k->ki_p->ki_pri.pri_class == PRI_REALTIME) in state()268 else if (k->ki_p->ki_nice > NZERO || k->ki_p->ki_pri.pri_class == PRI_IDLE) in state()
720 if (p->p_nice > NZERO) in statclock_cnt()
503 p->p_nice = NZERO; in proc0_init()
2302 #ifdef NZERO in compress_savefile()2303 setpriority(PRIO_PROCESS, 0, NZERO - 1); in compress_savefile()
1256 snprintf(nicebuf, sizeof(nicebuf), "%d", pp->ki_nice - NZERO); in format_nice()