NZERO
if (k->p_nice < NZERO)
else if (k->p_nice > NZERO)
intprintorsetwidth(v, k->p_nice - NZERO, mode);
*retval = NZERO - *retval;
SCARG(&bsa, prio) = p->p_nice - NZERO + SCARG(uap, incr);
*retval = NZERO - *retval;
SCARG(&bsa, prio) = p->p_nice - NZERO + SCARG(uap, incr);
if (p->p_nice > NZERO)
.p_nice = NZERO,
int low = NZERO + PRIO_MAX + 1;
if (low == NZERO + PRIO_MAX + 1) {
*retval = low - NZERO;
n += NZERO;
if (prop & SA_KILL && p->p_nice > NZERO)
p->p_nice = NZERO;
n = (prio - NZERO) >> 2;
if (__predict_false(p->p_nice < NZERO)) {
const int n = uimax((NZERO - p->p_nice) >> 2, 1);
if (__predict_false(p->p_nice > NZERO)) {
const int n = uimax((p->p_nice - NZERO) >> 2, 1);
ki.p_nice - NZERO, /* 19 nice */
#ifdef NZERO
{ "NZERO", NZERO, 20 },
if (kp->p_nice < NZERO)
else if (kp->p_nice > NZERO)