Home
last modified time | relevance | path

Searched defs:vm_pageout_debug (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/osfmk/vm/
H A Dvm_pageout.h757 struct vm_pageout_debug { struct
758 uint32_t vm_pageout_balanced;
759 uint32_t vm_pageout_scan_event_counter;
760 uint32_t vm_pageout_speculative_dirty;
762 uint32_t vm_pageout_inactive_busy;
763 uint32_t vm_pageout_inactive_absent;
764 uint32_t vm_pageout_inactive_notalive;
765 uint32_t vm_pageout_inactive_error;
766 uint32_t vm_pageout_inactive_deactivated;
768 uint32_t vm_pageout_enqueued_cleaned;
[all …]
H A Dvm_pageout.c324 struct vm_pageout_debug vm_pageout_debug; variable