Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/ !
H A Dkern_memorystatus_notify.c127 …te_to_notify(struct klist *candidate_list, int level, boolean_t target_foreground_process, uint64_…
129 kern_return_t memorystatus_update_vm_pressure(boolean_t target_foreground_process);
1095 …te_to_notify(struct klist *candidate_list, int level, boolean_t target_foreground_process, uint64_… in vm_pressure_select_optimal_candidate_to_notify() argument
1150 if (target_foreground_process == TRUE && !memorystatus_is_foreground_locked(p)) { in vm_pressure_select_optimal_candidate_to_notify()
1171 if (target_foreground_process == FALSE && !memorystatus_bg_pressure_eligible(p)) { in vm_pressure_select_optimal_candidate_to_notify()
1400 memorystatus_update_vm_pressure(boolean_t target_foreground_process) in memorystatus_update_vm_pressure() argument
1545 …ptimal_candidate_to_notify(&memorystatus_klist, level_snapshot, target_foreground_process, &next_t… in memorystatus_update_vm_pressure()
1647 if (memorystatus_manual_testing_on == TRUE && target_foreground_process == TRUE) { in memorystatus_update_vm_pressure()