Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/renice/
H A Drenice.c160 if (prio < PRIO_MIN) in donice()
161 prio = PRIO_MIN; in donice()
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_svr4.c96 #ifndef PRIO_MIN
97 #define PRIO_MIN -20 macro
685 else if (prio < PRIO_MIN) in setpriority()
686 prio = PRIO_MIN; in setpriority()
H A Dm_svr5.c102 #ifndef PRIO_MIN
103 #define PRIO_MIN -20 macro
1011 else if (prio < PRIO_MIN) in setpriority()
1012 prio = PRIO_MIN; in setpriority()
H A Dm_sunos5.c131 #ifndef PRIO_MIN
132 #define PRIO_MIN -20 macro
2256 else if (prio < PRIO_MIN) in setpriority()
2257 prio = PRIO_MIN; in setpriority()
/netbsd-src/sys/sys/
H A Dresource.h43 #define PRIO_MIN -20 macro
/netbsd-src/external/bsd/top/dist/
H A Dcommands.c499 #if defined(PRIO_MIN) && defined(PRIO_MAX) in renice_procs()
501 if (procnum == -1 || prio < PRIO_MIN || prio > PRIO_MAX) in renice_procs()
/netbsd-src/sbin/shutdown/
H A Dshutdown.c229 (void)setpriority(PRIO_PROCESS, 0, PRIO_MIN); in main()
/netbsd-src/sys/kern/
H A Dkern_resource.c298 if (n < PRIO_MIN) { in donice()
299 n = PRIO_MIN; in donice()