PRIO_MAX
if (low == NZERO + PRIO_MAX + 1)
if (n > PRIO_MAX)
n = PRIO_MAX;
int low = NZERO + PRIO_MAX + 1;
#define ESTCPULIM(e) min((e), NICE_WEIGHT * PRIO_MAX - SCHED_PPQ)
curproc->p_p->ps_nice = NZERO + PRIO_MAX;
prio = strtonum(argv[1] + 1, PRIO_MIN, PRIO_MAX, &errstr);
prio = strtonum(optarg, PRIO_MIN, PRIO_MAX, &errstr);
new = p->pri > PRIO_MAX ? PRIO_MAX :
#if defined(PRIO_MIN) && defined(PRIO_MAX)
if (procnum == -1 || prio < PRIO_MIN || prio > PRIO_MAX)