Searched refs:vm_page_active_count (Results 1 – 12 of 12) sorted by relevance
| /xnu-11417.121.6/bsd/kern/ |
| H A D | kern_memorystatus_internal.h | 199 extern unsigned int vm_page_active_count; 216 #define MEMORYSTATUS_LOG_AVAILABLE_PAGES (vm_page_active_count + vm_page_inactive_count + vm_page_f…
|
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | hibernate.c | 120 vm_page_active_count, vm_page_inactive_count, in hibernate_setup()
|
| H A D | host.c | 443 stat32->active_count = VM_STATISTICS_TRUNCATE_TO_32_BIT(vm_page_active_count); in host_statistics() 800 stat->active_count = vm_page_active_count; in vm_stats()
|
| H A D | kern_stackshot.c | 5564 memio_snap->active_pages = vm_page_active_count; in kdp_mem_and_io_snapshot()
|
| /xnu-11417.121.6/bsd/skywalk/mem/ |
| H A D | skmem.c | 598 vm_page_active_count, vm_page_inactive_count, vm_page_inactive_count, 678 vm_page_active_count, vm_page_inactive_count, in skmem_dump()
|
| /xnu-11417.121.6/osfmk/vm/ |
| H A D | analytics.c | 225 + vm_page_active_count in report_accounting_health()
|
| H A D | vm_page.h | 1110 unsigned int vm_page_active_count; /* How many pages are active? */ 1270 #define AVAILABLE_NON_COMPRESSED_MEMORY (vm_page_active_count + vm_page_inactive_count + vm…
|
| H A D | vm_pageout.c | 885 unsigned long vm_page_active_count; member 1122 vm_page_active_count); 1316 active_pages_moved = vm_pageout_page_queue(&vm_page_queue_active, vm_page_active_count, false); 1691 vm_pageout_stats[vm_pageout_stat_now].vm_page_active_count = vm_page_active_count; 1834 vm_pageout_stats[vm_pageout_stat_now].vm_page_active_count, 1984 vm_pageout_state.vm_page_speculative_target = VM_PAGE_SPECULATIVE_TARGET(vm_page_active_count + 2882 vm_page_active_count++; 2894 …*vm_pageout_inactive_external_forced_reactivate_limit = vm_page_active_count + vm_page_inactive_co… 2900 vm_page_active_count, vm_page_inactive_count, vm_page_free_count, vm_page_free_count); 2945 vm_page_inactive_target = VM_PAGE_INACTIVE_TARGET(vm_page_active_count + [all …]
|
| H A D | vm_resident.c | 492 unsigned int vm_page_active_count; variable 5873 vm_page_active_count += extra_active_count; in vm_page_reactivate_all_throttled() 5963 vm_page_active_count += lq->vpl_count; in vm_page_reactivate_local() 8016 if (hibernate_flush_queue(&vm_page_queue_active, vm_page_active_count)) { in hibernate_flush_dirty_pages() 9233 …vm_page_wire_count, vm_page_free_count, vm_page_active_count, vm_page_inactive_count, vm_page_spec… in hibernate_teardown_vm_structs() 9542 vm_page_active_count--; in vm_page_queues_remove() 9736 vm_page_active_count++; in vm_page_enqueue_active()
|
| H A D | vm_upl.c | 1254 vm_page_active_count += local_queue_count; in upl_commit_range()
|
| /xnu-11417.121.6/osfmk/kperf/ |
| H A D | action.c | 122 (uintptr_t)(vm_page_active_count + vm_page_inactive_count + in kperf_system_memory_log()
|
| /xnu-11417.121.6/tools/lldbmacros/ |
| H A D | memory.py | 121 memstats["vm_page_active_count"] = int(kern.globals.vm_page_active_count)
|