Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_notify.c1080 uint64_t resident_max = 0;/* MB */ in vm_pressure_select_optimal_candidate_to_notify() local
1210 ((curr_task_importance == selected_task_importance) && (resident_size > resident_max))) { in vm_pressure_select_optimal_candidate_to_notify()
1222 ((curr_task_importance == selected_task_importance) && (resident_size > resident_max))) { in vm_pressure_select_optimal_candidate_to_notify()
1238 ((curr_task_importance == selected_task_importance) && (resident_size > resident_max))) { in vm_pressure_select_optimal_candidate_to_notify()
1244 resident_max = resident_size; in vm_pressure_select_optimal_candidate_to_notify()
1258 …DBG_VM_PRESSURE_EVENT, DBG_FUNC_NONE, proc_getpid(knote_get_kq(kn_max)->kq_p), resident_max, 0, 0); in vm_pressure_select_optimal_candidate_to_notify()
1259 …ding event to pid %d with %llu resident\n", proc_getpid(knote_get_kq(kn_max)->kq_p), resident_max); in vm_pressure_select_optimal_candidate_to_notify()
/xnu-12377.1.9/tools/lldbmacros/
H A Dmemory.py1359 self.resident_max = 0
1404 self.resident_max += other.resident_max
1483 vmstats.resident_max = phys_mem_entry['lifetime_max'] // page_size