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
496 } else if (p < PRIO_MIN) { in setclasspriority()500 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()
81 (NICE_WEIGHT * (PRIO_MAX - PRIO_MIN) + \601 NICE_WEIGHT * (td->td_proc->p_nice - PRIO_MIN); in resetpriority()
274 if (n < PRIO_MIN) in donice()275 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()