Home
last modified time | relevance | path

Searched refs:PRIO_MIN (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/usr.bin/renice/
H A Drenice.c153 if (prio < PRIO_MIN) in donice()
154 prio = PRIO_MIN; in donice()
/freebsd-14.2/sys/sys/
H A Dresource.h54 #define PRIO_MIN -20 macro
/freebsd-14.2/lib/libutil/
H A Dlogin_class.c497 } else if (p < PRIO_MIN) { in setclasspriority()
501 p += RTP_PRIO_MAX - (PRIO_MIN - 1); in setclasspriority()
/freebsd-14.2/usr.bin/top/
H A Dcommands.c490 if (procnum == -1 || prio < PRIO_MIN || prio > PRIO_MAX) in renice_procs()
H A Dtop.c402 i = setpriority(PRIO_PROCESS, 0, PRIO_MIN); in main()
/freebsd-14.2/sbin/shutdown/
H A Dshutdown.c237 (void)setpriority(PRIO_PROCESS, 0, PRIO_MIN); in main()
/freebsd-14.2/sys/kern/
H A Dsched_4bsd.c76 min((e), INVERSE_ESTCPU_WEIGHT * (NICE_WEIGHT * (PRIO_MAX - PRIO_MIN) - \
610 NICE_WEIGHT * (td->td_proc->p_nice - PRIO_MIN); in resetpriority()
H A Dkern_resource.c277 if (n < PRIO_MIN) in donice()
278 n = PRIO_MIN; in donice()
H A Dsched_ule.c162 #define SCHED_PRI_NRESV (PRIO_MAX - PRIO_MIN)
/freebsd-14.2/sys/vm/
H A Dvm_pageout.c2032 sched_nice(bigproc, PRIO_MIN); in vm_pageout_oom()