Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_resident.c8391 uint32_t count_anonymous = 0, count_throttled = 0, count_compressor = 0; in hibernate_page_list_setall() local
8574 count_anonymous++; in hibernate_page_list_setall()
8805 …ire, count_active, count_inactive, count_cleaned, count_speculative, count_anonymous, count_thrott… in hibernate_page_list_setall()
8816 …*pagesOut -= count_compressor + count_throttled + count_anonymous + count_inactive + count_cleaned… in hibernate_page_list_setall()