Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dpolicy_internal.h249 extern int task_importance_estimate(task_t task);
H A Dtask_policy.c3808 task_importance_estimate(task_t task) in task_importance_estimate() function
/xnu-8020.140.41/osfmk/vm/
H A Dvm_purgeable.c741 object_task_importance = task_importance_estimate(owner); in vm_purgeable_object_find_and_lock()
/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus_notify.c1179 curr_task_importance = task_importance_estimate(t); in vm_pressure_select_optimal_candidate_to_notify()