Searched refs:get_task_phys_footprint (Results 1 – 11 of 11) sorted by relevance
50 mi->phys_footprint = get_task_phys_footprint(task); in kperf_meminfo_sample()
853 …footprint_history->kfh_starting_footprint = (uint32_t) MIN(UINT32_MAX, get_task_phys_footprint(tas… in mark_knote_send_time()874 …uint32_t task_phys_footprint_mb = (uint32_t) MIN(UINT32_MAX, get_task_phys_footprint(task) / (2UL … in update_knote_footprint_history()1201 resident_size = (get_task_phys_footprint(t)) / (1024 * 1024ULL); /* MB */ in vm_pressure_select_optimal_candidate_to_notify()
1222 bytes = get_task_phys_footprint(proc_task(p)); in memorystatus_debug_dump_bucket_locked()2364 uint64_t footprint = get_task_phys_footprint(proc_task(p)); in memorystatus_do_kill()5621 footprint_in_bytes = get_task_phys_footprint(task); in memorystatus_allowed_vm_map_fork()5673 pages = (get_task_phys_footprint(task) / PAGE_SIZE_64); in memorystatus_get_task_page_counts()6452 uint64_t footprint_in_bytes = get_task_phys_footprint(proc_task(p)); in memorystatus_kill_proc()7176 footprint_in_bytes = get_task_phys_footprint(proc_task(p)); in memorystatus_kill_hiwat_proc()8683 footprint_in_bytes = get_task_phys_footprint(proc_task(p));9727 const uint64_t footprint_in_bytes = get_task_phys_footprint(proc_task(p));
1329 footprint = get_task_phys_footprint(proc_task(p)); in kill_all_frozen_processes()
672 ledger_phys_footprint = get_task_phys_footprint(corpse_task); in populate_corpse_crashinfo()
2527 bytes += get_task_phys_footprint(task); in i_get_list_footprint()2557 bytes += get_task_phys_footprint(coal->j.leader); in coalition_get_page_count()2679 sort_array[0].bytes = get_task_phys_footprint(coal->j.leader); in coalition_get_sort_list()2706 sort_array[ntasks].bytes = get_task_phys_footprint(task); in coalition_get_sort_list()
555 get_task_phys_footprint(task_t task) in get_task_phys_footprint() function1289 ri->ri_phys_footprint = get_task_phys_footprint(task); in fill_task_rusage()
1053 tsnap->task_size = (typeof(tsnap->task_size))(get_task_phys_footprint(task) / PAGE_SIZE); in _write_task_snapshot()
1090 extern uint64_t get_task_phys_footprint(task_t);
2613 task_page_count = (get_task_phys_footprint(task) / PAGE_SIZE_64); in task_partial_reap()6176 (mach_vm_size_t) get_task_phys_footprint(task); in task_info()9354 uint64_t phys_used = get_task_phys_footprint(task); in task_can_use_secluded_mem()
4031 cur_tsnap->ts_task_size = have_pmap ? get_task_phys_footprint(task) : 0; in kcdata_record_task_snapshot()4190 cur_tsnap->tds_task_size = have_pmap ? get_task_phys_footprint(task) : 0; in kcdata_record_task_delta_snapshot()