Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dkern_memorystatus.h46 #define JETSAM_PRIORITY_BACKGROUND_OPPORTUNISTIC 2 macro
47 #define JETSAM_PRIORITY_AGING_BAND2 JETSAM_PRIORITY_BACKGROUND_OPPORTUNISTIC
/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus_notify.c751 if (p->p_memstat_effectivepriority < JETSAM_PRIORITY_BACKGROUND_OPPORTUNISTIC) { in memorystatus_bg_pressure_eligible()