Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dkern_memorystatus.h49 #define JETSAM_PRIORITY_BACKGROUND_OPPORTUNISTIC 20 macro
50 #define JETSAM_PRIORITY_AGING_BAND2 JETSAM_PRIORITY_BACKGROUND_OPPORTUNISTIC
/xnu-11215.1.10/bsd/kern/
H A Dkern_memorystatus_notify.c752 if (p->p_memstat_effectivepriority < JETSAM_PRIORITY_BACKGROUND_OPPORTUNISTIC) { in memorystatus_bg_pressure_eligible()