Home
last modified time | relevance | path

Searched refs:JETSAM_PRIORITY_ENTITLED_MAX (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/tests/vm/
H A Dentitlement_internal_bands.c22 for (int32_t band = JETSAM_PRIORITY_IDLE + 1; band <= JETSAM_PRIORITY_ENTITLED_MAX; band++) {
/xnu-11215/bsd/sys/
H A Dkern_memorystatus.h45 #define JETSAM_PRIORITY_ENTITLED_MAX 9 /* Entitled processes may use bands 1-9 for exp… macro
/xnu-11215/bsd/kern/
H A Dkern_memorystatus.c2776 if (priority > JETSAM_PRIORITY_ENTITLED_MAX || in memorystatus_set_priority()
7371 if (entries[i].priority > JETSAM_PRIORITY_ENTITLED_MAX ||