Searched refs:PRIO_MAX (Results 1 – 6 of 6) sorted by relevance
53 #define PRIO_MAX 20 macro
56 #define PRIO_MAX 20 macro
450 if (p > PRIO_MAX) { in setusercontext()452 p -= PRIO_MAX + 1; in setusercontext()
106 low = PRIO_MAX + 1; in kern_getpriority()167 if (low == PRIO_MAX + 1 && error == 0) in kern_getpriority()275 if (n > PRIO_MAX) in donice()276 n = PRIO_MAX; in donice()
78 min((e), INVERSE_ESTCPU_WEIGHT * (NICE_WEIGHT * (PRIO_MAX - PRIO_MIN) - \
164 #define SCHED_PRI_NRESV (PRIO_MAX - PRIO_MIN)