Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_resident.c7330 unsigned int orig_wire_count; in hibernate_flush_memory() local
7333 orig_wire_count = vm_page_wire_count; in hibernate_flush_memory()
7338 …HIBLOG("hibernate_flush_memory: buffer_cache_gc freed up %d wired pages\n", orig_wire_count - vm_p… in hibernate_flush_memory()
7340 …KERNEL_DEBUG_CONSTANT(IOKDBG_CODE(DBG_HIBERNATE, 7) | DBG_FUNC_END, orig_wire_count - vm_page_wire… in hibernate_flush_memory()