Searched refs:vm_page_active_count (Results 1 – 11 of 11) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | hibernate.c | 119 vm_page_active_count, vm_page_inactive_count, in hibernate_setup()
|
| H A D | host.c | 441 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 | 3289 memio_snap->active_pages = vm_page_active_count; in kdp_mem_and_io_snapshot()
|
| /xnu-8020.140.41/bsd/skywalk/mem/ |
| H A D | skmem.c | 549 vm_page_active_count, vm_page_inactive_count, vm_page_inactive_count, 624 vm_page_active_count, vm_page_inactive_count, in skmem_dump()
|
| /xnu-8020.140.41/osfmk/vm/ |
| H A D | vm_pageout.c | 850 unsigned long vm_page_active_count; member 1077 vm_pageout_disconnect_all_pages_in_queue(&vm_page_queue_active, vm_page_active_count); in vm_pageout_disconnect_all_pages() 1216 vm_pageout_page_queue(&vm_page_queue_active, vm_page_active_count); in vm_pageout_anonymous_pages() 1552 vm_pageout_stats[vm_pageout_stat_now].vm_page_active_count = vm_page_active_count; in update_vm_info() 1679 vm_pageout_stats[vm_pageout_stat_now].vm_page_active_count, in update_vm_info() 1832 vm_pageout_state.vm_page_speculative_target = VM_PAGE_SPECULATIVE_TARGET(vm_page_active_count + in vps_init_page_targets() 2716 vm_page_active_count++; in vps_deal_with_throttled_queues() 2728 …*vm_pageout_inactive_external_forced_reactivate_limit = vm_page_active_count + vm_page_inactive_co… in vps_deal_with_throttled_queues() 2747 vm_page_active_count, vm_page_inactive_count, vm_page_free_count, vm_page_free_count); in vps_deal_with_throttled_queues() 2755 vm_page_active_count, vm_page_inactive_count, vm_page_free_count, vm_page_free_count); in vps_deal_with_throttled_queues() [all …]
|
| H A D | vm_compressor.h | 449 #define AVAILABLE_NON_COMPRESSED_MEMORY (vm_page_active_count + vm_page_inactive_count + vm…
|
| H A D | vm_resident.c | 421 unsigned int vm_page_active_count; variable 5216 vm_page_active_count += extra_active_count; in vm_page_reactivate_all_throttled() 5310 vm_page_active_count += lq->vpl_count; in vm_page_reactivate_local() 7175 if (hibernate_flush_queue(&vm_page_queue_active, vm_page_active_count)) { in hibernate_flush_dirty_pages() 8328 …vm_page_wire_count, vm_page_free_count, vm_page_active_count, vm_page_inactive_count, vm_page_spec… in hibernate_teardown_vm_structs() 8646 vm_page_active_count--; in vm_page_queues_remove() 8846 vm_page_active_count++; in vm_page_enqueue_active()
|
| H A D | vm_page.h | 1289 unsigned int vm_page_active_count; /* How many pages are active? */
|
| /xnu-8020.140.41/osfmk/kperf/ |
| H A D | action.c | 117 (uintptr_t)(vm_page_active_count + vm_page_inactive_count + in kperf_system_memory_log()
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_memorystatus.c | 865 extern unsigned int vm_page_active_count; 875 #define MEMORYSTATUS_LOG_AVAILABLE_PAGES (vm_page_active_count + vm_page_inactive_count + vm_page_f…
|
| /xnu-8020.140.41/tools/lldbmacros/ |
| H A D | memory.py | 206 memstats["vm_page_active_count"] = int(kern.globals.vm_page_active_count)
|