Searched refs:PRIO_MIN (Results 1 – 10 of 10) sorted by relevance
140 if (prio < PRIO_MIN) in donice()141 prio = PRIO_MIN; in donice()
52 #define PRIO_MIN -20 macro
497 } else if (p < PRIO_MIN) { in setclasspriority()501 p += RTP_PRIO_MAX - (PRIO_MIN - 1); in setclasspriority()
490 if (procnum == -1 || prio < PRIO_MIN || prio > PRIO_MAX) in renice_procs()
402 i = setpriority(PRIO_PROCESS, 0, PRIO_MIN); in main()
245 (void)setpriority(PRIO_PROCESS, 0, PRIO_MIN); in main()
78 (PRIO_MAX - PRIO_MIN) * NICE_WEIGHT) \601 NICE_WEIGHT * (td->td_proc->p_nice - PRIO_MIN); in resetpriority()
291 if (n < PRIO_MIN) in donice()292 n = PRIO_MIN; in donice()
144 #define SCHED_PRI_NICE(nice) (((nice) - PRIO_MIN) * 5 / 4)
2063 sched_nice(bigproc, PRIO_MIN); in vm_pageout_oom()