Home
last modified time | relevance | path

Searched refs:vm_page_active_count (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Dkern_memorystatus_internal.h246 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 Dhibernate.c121 vm_page_active_count, vm_page_inactive_count, in hibernate_setup()
H A Dhost.c458 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 Dkern_stackshot.c5717 memio_snap->active_pages = vm_page_active_count; in kdp_mem_and_io_snapshot()
/xnu-12377.81.4/osfmk/vm/
H A Danalytics.c229 + vm_page_active_count in report_accounting_health()
H A Dvm_page.h1480 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 Dvm_pageout.c894 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 Dvm_upl.c742 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 Dvm_resident.c519 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 Dvm_fault.c618 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 Dskmem.c658 vm_page_active_count, vm_page_inactive_count, in skmem_dump()
/xnu-12377.81.4/osfmk/kperf/
H A Daction.c122 (uintptr_t)(vm_page_active_count + vm_page_inactive_count + in kperf_system_memory_log()
/xnu-12377.81.4/tools/lldbmacros/
H A Dmemory.py122 memstats["vm_page_active_count"] = int(kern.globals.vm_page_active_count)