Home
last modified time | relevance | path

Searched refs:PRIO_MAX (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dresource.h137 #define PRIO_MAX 20 macro
/xnu-8792.41.9/bsd/kern/
H A Dkern_resource.c193 int low = PRIO_MAX + 1; in getpriority()
314 if (low == PRIO_MAX + 1) { in getpriority()
550 if (n > PRIO_MAX) { in donice()
551 n = PRIO_MAX; in donice()