Searched refs:memorystatus_get_task_page_counts (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/bsd/kern/ |
| H A D | kern_memorystatus_policy.c | 486 memorystatus_get_task_page_counts(proc_task(p), &pages, NULL, NULL); in memorystatus_is_process_eligible_for_freeze()
|
| H A D | kern_memorystatus.c | 1652 memorystatus_get_task_page_counts(proc_task(p), &pages, NULL, NULL); in memorystatus_sort_by_largest_process_locked() 1660 memorystatus_get_task_page_counts(proc_task(p), &pages, NULL, NULL); in memorystatus_sort_by_largest_process_locked() 3469 memorystatus_get_task_page_counts(proc_task(p), &pages, NULL, NULL); in memorystatus_on_suspend() 4987 memorystatus_get_task_page_counts(task_t task, uint32_t *footprint, uint32_t *max_footprint_lifetim… in memorystatus_get_task_page_counts() function 5205 memorystatus_get_task_page_counts(proc_task(p), &pages, &max_pages_lifetime, &purgeable_pages); in memorystatus_update_jetsam_snapshot_entry_locked() 5396 memorystatus_get_task_page_counts(proc_task(p), &pages, &max_pages_lifetime, &purgeable_pages); in memorystatus_init_jetsam_snapshot_entry_locked()
|
| H A D | kern_memorystatus_freeze.c | 983 memorystatus_get_task_page_counts(proc_task(p), &pages, NULL, NULL); in memorystatus_freezer_get_status()
|
| /xnu-11215/bsd/sys/ |
| H A D | kern_memorystatus.h | 699 void memorystatus_get_task_page_counts(task_t task, uint32_t *footprint, uint32_t *max_footprint_li…
|