Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kperf/
H A Dmeminfo.c50 mi->phys_footprint = get_task_phys_footprint(task); in kperf_meminfo_sample()
/xnu-11417.140.69/bsd/kern/
H A Dkern_memorystatus_notify.c847 …footprint_history->kfh_starting_footprint = (uint32_t) MIN(UINT32_MAX, get_task_phys_footprint(tas… in mark_knote_send_time()
868 …uint32_t task_phys_footprint_mb = (uint32_t) MIN(UINT32_MAX, get_task_phys_footprint(task) / (2UL … in update_knote_footprint_history()
1207 resident_size = (get_task_phys_footprint(t)) / (1024 * 1024ULL); /* MB */ in vm_pressure_select_optimal_candidate_to_notify()
H A Dkern_memorystatus.c1190 bytes = get_task_phys_footprint(proc_task(p)); in memorystatus_debug_dump_bucket_locked()
2329 uint64_t footprint = get_task_phys_footprint(proc_task(p)); in memorystatus_do_kill()
5446 footprint_in_bytes = get_task_phys_footprint(task); in memorystatus_allowed_vm_map_fork()
5498 pages = (get_task_phys_footprint(task) / PAGE_SIZE_64); in memorystatus_get_task_page_counts()
6321 uint64_t footprint_in_bytes = get_task_phys_footprint(proc_task(p)); in memorystatus_kill_proc()
7027 footprint_in_bytes = get_task_phys_footprint(proc_task(p)); in memorystatus_kill_hiwat_proc()
8514 footprint_in_bytes = get_task_phys_footprint(proc_task(p));
9622 const uint64_t footprint_in_bytes = get_task_phys_footprint(proc_task(p));
H A Dkern_memorystatus_freeze.c1310 footprint = get_task_phys_footprint(proc_task(p)); in kill_all_frozen_processes()
H A Dkern_exit.c671 ledger_phys_footprint = get_task_phys_footprint(corpse_task); in populate_corpse_crashinfo()
/xnu-11417.140.69/osfmk/kern/
H A Dcoalition.c2513 bytes += get_task_phys_footprint(task); in i_get_list_footprint()
2543 bytes += get_task_phys_footprint(coal->j.leader); in coalition_get_page_count()
2665 sort_array[0].bytes = get_task_phys_footprint(coal->j.leader); in coalition_get_sort_list()
2692 sort_array[ntasks].bytes = get_task_phys_footprint(task); in coalition_get_sort_list()
H A Dbsd_kern.c541 get_task_phys_footprint(task_t task) in get_task_phys_footprint() function
1267 ri->ri_phys_footprint = get_task_phys_footprint(task); in fill_task_rusage()
H A Dtelemetry.c1052 tsnap->task_size = (typeof(tsnap->task_size))(get_task_phys_footprint(task) / PAGE_SIZE); in _write_task_snapshot()
H A Dtask.h1083 extern uint64_t get_task_phys_footprint(task_t);
H A Dtask.c2536 task_page_count = (get_task_phys_footprint(task) / PAGE_SIZE_64); in task_partial_reap()
6049 (mach_vm_size_t) get_task_phys_footprint(task); in task_info()
9128 uint64_t phys_used = get_task_phys_footprint(task); in task_can_use_secluded_mem()
H A Dkern_stackshot.c3922 cur_tsnap->ts_task_size = have_pmap ? get_task_phys_footprint(task) : 0; in kcdata_record_task_snapshot()
4063 cur_tsnap->tds_task_size = have_pmap ? get_task_phys_footprint(task) : 0; in kcdata_record_task_delta_snapshot()