Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dkern_memorystatus_notify.h52 boolean_t memorystatus_is_foreground_locked(proc_t p);
H A Dkern_memorystatus.h676 extern boolean_t memorystatus_is_foreground_locked(proc_t p);
/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus_notify.c712 memorystatus_is_foreground_locked(proc_t p) in memorystatus_is_foreground_locked() function
1150 if (target_foreground_process == TRUE && !memorystatus_is_foreground_locked(p)) { in vm_pressure_select_optimal_candidate_to_notify()