Home
last modified time | relevance | path

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

/original-bsd/usr.bin/renice/
H A Drenice.c46 if (prio < PRIO_MIN)
47 prio = PRIO_MIN;
/original-bsd/sys/sys/
H A Dresource.h16 #define PRIO_MIN -20 macro
/original-bsd/sys/kern/
H A Dkern_resource.c165 if (n < PRIO_MIN)
166 n = PRIO_MIN;
/original-bsd/sbin/shutdown/
H A Dshutdown.c175 (void)setpriority(PRIO_PROCESS, 0, PRIO_MIN);