Home
last modified time | relevance | path

Searched refs:NZERO (Results 1 – 8 of 8) sorted by relevance

/original-bsd/sys/sys/
H A Dparam.h83 #define NZERO 0 /* default "nice" */ macro
/original-bsd/sys/kern/
H A Dkern_synch.c564 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()
H A Dinit_main.c127 p->p_nice = NZERO;
H A Dkern_clock.c403 if (p->p_nice > NZERO)
H A Dkern_sig.c680 if (p->p_nice > NZERO && action == SIG_DFL && (prop & SA_KILL) &&
682 p->p_nice = NZERO;
/original-bsd/bin/ps/
H A Dprint.c187 if (p->p_nice < NZERO)
189 else if (p->p_nice > NZERO)
/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c869 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;
/original-bsd/old/sdb/
H A Dps.c572 ap->a_nice-NZERO, lp->l_addr, ap->a_size, ap->a_rss);
637 nice = ap->a_nice > NZERO ? 'N' : ' ';