Searched refs:PRIO_MIN (Results 1 – 10 of 10) sorted by relevance
145 if (prio < PRIO_MIN) in donice()146 prio = PRIO_MIN; in donice()
55 #define PRIO_MIN -20 macro
465 } else if (p < PRIO_MIN) { in setusercontext()467 p -= PRIO_MIN - RTP_PRIO_MAX; in setusercontext()
492 if (procnum == -1 || prio < PRIO_MIN || prio > PRIO_MAX) in renice_procs()
398 i = setpriority(PRIO_PROCESS, 0, PRIO_MIN); in main()
235 (void)setpriority(PRIO_PROCESS, 0, PRIO_MIN); in main()
78 min((e), INVERSE_ESTCPU_WEIGHT * (NICE_WEIGHT * (PRIO_MAX - PRIO_MIN) - \608 NICE_WEIGHT * (td->td_proc->p_nice - PRIO_MIN); in resetpriority()
265 if (n < PRIO_MIN) in donice()266 n = PRIO_MIN; in donice()
164 #define SCHED_PRI_NRESV (PRIO_MAX - PRIO_MIN)
1863 sched_nice(bigproc, PRIO_MIN); in vm_pageout_oom()