Searched refs:PRIO_MIN (Results 1 – 13 of 13) sorted by relevance
132 if (prio < PRIO_MIN) in donice()133 prio = PRIO_MIN; in donice()
55 #define PRIO_MIN -20 macro
68 #define PRIO_RANGE (PRIO_MAX - PRIO_MIN + 1)
349 } else if (p < PRIO_MIN) { in setusercontext()351 p -= PRIO_MIN - RTP_PRIO_MAX; in setusercontext()
259 *ret = PRIO_MIN; in ksched_get_priority_min()
303 if (n < PRIO_MIN) in donice()304 n = PRIO_MIN; in donice()
79 #define PRIO_RANGE (PRIO_MAX - PRIO_MIN + 1)1139 newpriority = (lp->lwp_proc->p_nice - PRIO_MIN) * PPQ / NICEPPQ; in bsd4_resetpriority()
1143 newpriority = (lp->lwp_proc->p_nice - PRIO_MIN) * in dfly_resetpriority()
499 #if defined(PRIO_MIN) && defined(PRIO_MAX) in renice_procs()501 if (procnum == -1 || prio < PRIO_MIN || prio > PRIO_MAX) in renice_procs()
798 xnice = PRIO_MIN - 1 - RTP_PRIO_MAX + LP(pp, rtprio.prio); in format_next_process()804 xnice = PRIO_MIN - 1 - RTP_PRIO_MAX - LP(pp, rtprio.prio); in format_next_process()
576 niceval = PRIO_MIN - 1 - RTP_PRIO_MAX + KI_LWP(k, rtprio).prio; in pnice()582 niceval = PRIO_MIN - 1 - RTP_PRIO_MAX - KI_LWP(k, rtprio).prio; in pnice()
225 setpriority(PRIO_PROCESS, 0, PRIO_MIN); in main()
1830 info.bigproc->p_nice = PRIO_MIN; in vm_pageout_scan_cache()