Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kperf/
H A Dmeminfo.c50 mi->phys_footprint = get_task_phys_footprint(task); in kperf_meminfo_sample()
/xnu-12377.81.4/bsd/kern/
H A Dkern_memorystatus_notify.c853 …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()
H A Dkern_memorystatus.c1222 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));
H A Dkern_memorystatus_freeze.c1329 footprint = get_task_phys_footprint(proc_task(p)); in kill_all_frozen_processes()
H A Dkern_exit.c672 ledger_phys_footprint = get_task_phys_footprint(corpse_task); in populate_corpse_crashinfo()
/xnu-12377.81.4/osfmk/kern/
H A Dcoalition.c2527 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()
H A Dbsd_kern.c555 get_task_phys_footprint(task_t task) in get_task_phys_footprint() function
1289 ri->ri_phys_footprint = get_task_phys_footprint(task); in fill_task_rusage()
H A Dtelemetry.c1053 tsnap->task_size = (typeof(tsnap->task_size))(get_task_phys_footprint(task) / PAGE_SIZE); in _write_task_snapshot()
H A Dtask.h1090 extern uint64_t get_task_phys_footprint(task_t);
H A Dtask.c2613 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()
H A Dkern_stackshot.c4031 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()