PRIO_MIN
} else if (p < PRIO_MIN) {
p += RTP_PRIO_MAX - (PRIO_MIN - 1);
(void)setpriority(PRIO_PROCESS, 0, PRIO_MIN);
if (n < PRIO_MIN)
n = PRIO_MIN;
NICE_WEIGHT * (td->td_proc->p_nice - PRIO_MIN);
(NICE_WEIGHT * (PRIO_MAX - PRIO_MIN) + \
#define SCHED_PRI_NICE(nice) (((nice) - PRIO_MIN) * 5 / 4)
sched_nice(bigproc, PRIO_MIN);
if (prio < PRIO_MIN)
prio = PRIO_MIN;
if (procnum == -1 || prio < PRIO_MIN || prio > PRIO_MAX)
i = setpriority(PRIO_PROCESS, 0, PRIO_MIN);