Searched refs:NZERO (Results 1 – 8 of 8) sorted by relevance
83 #define NZERO 0 /* default "nice" */ macro
564 if (s > 10 * 60 && p->p_ucred->cr_uid && p->p_nice == NZERO) { in mi_switch()565 p->p_nice = NZERO + 4; in mi_switch()
127 p->p_nice = NZERO;
403 if (p->p_nice > NZERO)
680 if (p->p_nice > NZERO && action == SIG_DFL && (prop & SA_KILL) &&682 p->p_nice = NZERO;
187 if (p->p_nice < NZERO)189 else if (p->p_nice > NZERO)
869 if (nice < NZERO)879 if (nice >= NZERO)881 nice = NZERO;2057 error = donice(p, p, (p->p_nice-NZERO)+uap->niceness);2059 *retval = p->p_nice - NZERO;
572 ap->a_nice-NZERO, lp->l_addr, ap->a_size, ap->a_rss);637 nice = ap->a_nice > NZERO ? 'N' : ' ';