Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/vm/
H A Dvm_phantom_cache.c344 vm_pageout_vminfo.vm_phantom_cache_found_ghost++; in vm_phantom_cache_update()
H A Dvm_pageout_xnu.h387 unsigned long vm_phantom_cache_found_ghost; member
H A Dvm_pageout.c1725 tmp = vm_pageout_vminfo.vm_phantom_cache_found_ghost;
1726 …m_pageout_stat_now].phantom_ghosts_found = (unsigned int)(tmp - last.vm_phantom_cache_found_ghost);
1727 last.vm_phantom_cache_found_ghost = tmp;