Searched refs:vm_page_active_count (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_memorystatus_internal.h | 246 extern unsigned int vm_page_active_count; 263 #define MEMORYSTATUS_LOG_AVAILABLE_PAGES (vm_page_active_count + vm_page_inactive_count + vm_page_f…
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | hibernate.c | 121 vm_page_active_count, vm_page_inactive_count, in hibernate_setup()
|
| H A D | host.c | 458 stat32->active_count = VM_STATISTICS_TRUNCATE_TO_32_BIT(vm_page_active_count); in host_statistics() 821 stat->active_count = vm_page_active_count; in vm_stats()
|
| H A D | kern_stackshot.c | 5717 memio_snap->active_pages = vm_page_active_count; in kdp_mem_and_io_snapshot()
|
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | analytics.c | 229 + vm_page_active_count in report_accounting_health()
|
| H A D | vm_page.h | 1480 unsigned int vm_page_active_count; /* How many pages are active? */ 1693 #define AVAILABLE_NON_COMPRESSED_MEMORY (vm_page_active_count + vm_page_inactive_count + vm…
|
| H A D | vm_pageout.c | 894 unsigned long vm_page_active_count; member 1155 vm_page_active_count); 1349 active_pages_moved = vm_pageout_page_queue(&vm_page_queue_active, vm_page_active_count, false); 1727 vm_pageout_stats[vm_pageout_stat_now].vm_page_active_count = vm_page_active_count; 1956 vm_pageout_stats[vm_pageout_stat_now].vm_page_active_count, 2185 vm_pageout_state.vm_page_speculative_target = VM_PAGE_SPECULATIVE_TARGET(vm_page_active_count + 3083 vm_page_active_count++; 3095 …*vm_pageout_inactive_external_forced_reactivate_limit = vm_page_active_count + vm_page_inactive_co… 3101 vm_page_active_count, vm_page_inactive_count, vm_page_free_count, vm_page_free_count); 3146 vm_page_inactive_target = VM_PAGE_INACTIVE_TARGET(vm_page_active_count + [all …]
|
| H A D | vm_upl.c | 742 vm_page_active_count / vm_page_deactivate_behind_min_resident_ratio)) { in upl_commit_range() 1299 vm_page_active_count += local_queue_count; in upl_commit_range()
|
| H A D | vm_resident.c | 519 unsigned int vm_page_active_count; variable 6782 vm_page_active_count += extra_active_count; in vm_page_reactivate_all_throttled() 6872 vm_page_active_count += lq->vpl_count; in vm_page_reactivate_local() 9162 if (hibernate_flush_queue(&vm_page_queue_active, vm_page_active_count)) { in hibernate_flush_dirty_pages() 10396 vm_page_active_count, vm_page_inactive_count, vm_page_speculative_count, in hibernate_teardown_vm_structs() 10713 vm_page_active_count--; in vm_page_queues_remove() 10910 vm_page_active_count++; in vm_page_enqueue_active()
|
| H A D | vm_fault.c | 618 vm_page_active_count / vm_page_deactivate_behind_min_resident_ratio)) { in vm_fault_deactivate_behind()
|
| /xnu-12377.81.4/bsd/skywalk/mem/ |
| H A D | skmem.c | 658 vm_page_active_count, vm_page_inactive_count, in skmem_dump()
|
| /xnu-12377.81.4/osfmk/kperf/ |
| H A D | action.c | 122 (uintptr_t)(vm_page_active_count + vm_page_inactive_count + in kperf_system_memory_log()
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | memory.py | 122 memstats["vm_page_active_count"] = int(kern.globals.vm_page_active_count)
|