Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_phantom_cache.c352 vm_pageout_vminfo.vm_phantom_cache_found_ghost++; in vm_phantom_cache_update()
H A Dvm_pageout_xnu.h364 unsigned long vm_phantom_cache_found_ghost; member
H A Dvm_pageout.c1722 tmp = vm_pageout_vminfo.vm_phantom_cache_found_ghost;
1723 …m_pageout_stat_now].phantom_ghosts_found = (unsigned int)(tmp - last.vm_phantom_cache_found_ghost);
1724 last.vm_phantom_cache_found_ghost = tmp;