Searched refs:NZERO (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsyslimits.h106 #define NZERO 20 /* default priority [XSI] */ macro
108 /* range: 0 - 39 [(2 * NZERO) - 1] */
111 #define NZERO 0 /* default priority */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c552 kernproc->p_nice = NZERO;
H A Dkern_sig.c1843 if (sig_proc->p_nice > NZERO && action == SIG_DFL && (prop & SA_KILL) &&
1845 sig_proc->p_nice = NZERO;
1894 if ((signum == SIGKILL) && (sig_proc->p_nice > NZERO)) {
1895 sig_proc->p_nice = NZERO;
H A Dkern_aio.c1409 * (2) The normalized nice value is in the range 0..((2 * NZERO) - 1)
1422 entryp->priority = (((2 * NZERO) - 1) - procp->p_nice);

Completed in 31 milliseconds