Home
last modified time | relevance | path

Searched refs:vm_page_inactive_count (Results 1 – 14 of 14) sorted by relevance

/xnu-11417.121.6/bsd/skywalk/mem/
H A Dskmem.c598 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/bsd/kern/
H A Dkern_memorystatus_internal.h200 extern unsigned int vm_page_inactive_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 Dhibernate.c120 vm_page_active_count, vm_page_inactive_count, in hibernate_setup()
H A Dhost.c450 stat32->inactive_count = VM_STATISTICS_TRUNCATE_TO_32_BIT(vm_page_inactive_count); in host_statistics()
811 stat->inactive_count = vm_page_inactive_count; in vm_stats()
H A Dkern_stackshot.c5565 memio_snap->inactive_pages = vm_page_inactive_count; in kdp_mem_and_io_snapshot()
/xnu-11417.121.6/osfmk/vm/
H A Danalytics.c224 + vm_page_inactive_count in report_accounting_health()
H A Dvm_page.h1112 unsigned int vm_page_inactive_count; /* How many pages are inactive? */
1270 #define AVAILABLE_NON_COMPRESSED_MEMORY (vm_page_active_count + vm_page_inactive_count + vm…
H A Dvm_pageout.c887 unsigned long vm_page_inactive_count; member
1120 (vm_page_inactive_count - vm_page_anonymous_count));
1693 vm_pageout_stats[vm_pageout_stat_now].vm_page_inactive_count = vm_page_inactive_count;
1836 vm_pageout_stats[vm_pageout_stat_now].vm_page_inactive_count,
1985 vm_page_inactive_count);
2284 (vm_page_inactive_count +
2304 inactive_external_count = vm_page_inactive_count - vm_page_anonymous_count;
2595 inactive_external_count = vm_page_inactive_count - vm_page_anonymous_count;
2894 …_pageout_inactive_external_forced_reactivate_limit = vm_page_active_count + vm_page_inactive_count;
2900 vm_page_active_count, vm_page_inactive_count, vm_page_free_count, vm_page_free_count);
[all …]
H A Dvm_resident.c493 unsigned int vm_page_inactive_count; variable
5502 vm_page_inactive_count++; in vm_page_enqueue_cleaned()
7998 …if (hibernate_flush_queue(&vm_page_queue_inactive, vm_page_inactive_count - vm_page_anonymous_coun… 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()
9550 vm_page_inactive_count--; in vm_page_queues_remove()
9563 vm_page_inactive_count--; in vm_page_queues_remove()
9574 vm_page_inactive_count--; in vm_page_queues_remove()
9711 vm_page_inactive_count++; in vm_page_enqueue_inactive()
H A Dvm_upl.c1250 vm_page_inactive_count += local_queue_count; in upl_commit_range()
H A Dvm_purgeable.c148 assert((uint32_t) our_inactive_count == vm_page_inactive_count - vm_page_cleaned_count); in vm_purgeable_token_check_queue()
H A Dvm_compressor.c2694 …THROTTLED(&vm_pageout_queue_external) && vm_page_anonymous_count < (vm_page_inactive_count / 20)) { in compressor_swapout_conditions_met()
/xnu-11417.121.6/osfmk/kperf/
H A Daction.c122 (uintptr_t)(vm_page_active_count + vm_page_inactive_count + in kperf_system_memory_log()
/xnu-11417.121.6/tools/lldbmacros/
H A Dmemory.py122 memstats["vm_page_inactive_count"] = int(kern.globals.vm_page_inactive_count)