Home
last modified time | relevance | path

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

/freebsd/usr.bin/renice/
H A Drenice.c140 if (prio < PRIO_MIN) in donice()
141 prio = PRIO_MIN; in donice()
/freebsd/sys/sys/
H A Dresource.h52 #define PRIO_MIN -20 macro
/freebsd/lib/libutil/
H A Dlogin_class.c495 } else if (p < PRIO_MIN) { in setclasspriority()
499 p += RTP_PRIO_MAX - (PRIO_MIN - 1); in setclasspriority()
/freebsd/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/sbin/shutdown/
H A Dshutdown.c225 (void)setpriority(PRIO_PROCESS, 0, PRIO_MIN); in main()
/freebsd/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.c272 if (n < PRIO_MIN) in donice()
273 n = PRIO_MIN; in donice()
H A Dsched_ule.c162 #define SCHED_PRI_NRESV (PRIO_MAX - PRIO_MIN)
/freebsd/sys/vm/
H A Dvm_pageout.c2044 sched_nice(bigproc, PRIO_MIN); in vm_pageout_oom()