Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_memorystatus_notify.c1087 int selected_task_importance = 0; in vm_pressure_select_optimal_candidate_to_notify() local
1114 selected_task_importance = INT_MAX; in vm_pressure_select_optimal_candidate_to_notify()
1120 selected_task_importance = 0; in vm_pressure_select_optimal_candidate_to_notify()
1215 if ((curr_task_importance < selected_task_importance) || in vm_pressure_select_optimal_candidate_to_notify()
1216 ((curr_task_importance == selected_task_importance) && (resident_size > resident_max))) { in vm_pressure_select_optimal_candidate_to_notify()
1227 if ((curr_task_importance > selected_task_importance) || in vm_pressure_select_optimal_candidate_to_notify()
1228 ((curr_task_importance == selected_task_importance) && (resident_size > resident_max))) { in vm_pressure_select_optimal_candidate_to_notify()
1243 if ((curr_task_importance > selected_task_importance) || in vm_pressure_select_optimal_candidate_to_notify()
1244 ((curr_task_importance == selected_task_importance) && (resident_size > resident_max))) { in vm_pressure_select_optimal_candidate_to_notify()
1252 selected_task_importance = curr_task_importance; in vm_pressure_select_optimal_candidate_to_notify()