Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/renice/
H A Drenice.c145 if (prio < PRIO_MIN) in donice()
146 prio = PRIO_MIN; in donice()
/freebsd-12.1/sys/sys/
H A Dresource.h55 #define PRIO_MIN -20 macro
/freebsd-12.1/lib/libutil/
H A Dlogin_class.c459 } else if (p < PRIO_MIN) { in setusercontext()
461 p -= PRIO_MIN - RTP_PRIO_MAX; in setusercontext()
/freebsd-12.1/usr.bin/top/
H A Dcommands.c491 if (procnum == -1 || prio < PRIO_MIN || prio > PRIO_MAX) in renice_procs()
H A Dtop.c391 i = setpriority(PRIO_PROCESS, 0, PRIO_MIN); in main()
/freebsd-12.1/sbin/shutdown/
H A Dshutdown.c235 (void)setpriority(PRIO_PROCESS, 0, PRIO_MIN); in main()
/freebsd-12.1/sys/kern/
H A Dkern_resource.c265 if (n < PRIO_MIN) in donice()
266 n = PRIO_MIN; in donice()
H A Dsched_4bsd.c78 min((e), INVERSE_ESTCPU_WEIGHT * (NICE_WEIGHT * (PRIO_MAX - PRIO_MIN) - \
608 NICE_WEIGHT * (td->td_proc->p_nice - PRIO_MIN); in resetpriority()
H A Dsched_ule.c164 #define SCHED_PRI_NRESV (PRIO_MAX - PRIO_MIN)
/freebsd-12.1/sys/vm/
H A Dvm_pageout.c1862 sched_nice(bigproc, PRIO_MIN); in vm_pageout_oom()