Searched refs:PRIO_MIN (Results 1 – 7 of 7) sorted by relevance
52 #define PRIO_MIN -20 macro
55 #define PRIO_MIN -20 macro
458 } else if (p < PRIO_MIN) { in setusercontext()460 p -= PRIO_MIN - RTP_PRIO_MAX; in setusercontext()
78 min((e), INVERSE_ESTCPU_WEIGHT * (NICE_WEIGHT * (PRIO_MAX - PRIO_MIN) - \612 NICE_WEIGHT * (td->td_proc->p_nice - PRIO_MIN); in resetpriority()
277 if (n < PRIO_MIN) in donice()278 n = PRIO_MIN; in donice()
164 #define SCHED_PRI_NRESV (PRIO_MAX - PRIO_MIN)
2028 sched_nice(bigproc, PRIO_MIN); in vm_pageout_oom()