Searched refs:vm_phantom_cache_found_ghost (Results 1 – 3 of 3) sorted by relevance
344 vm_pageout_vminfo.vm_phantom_cache_found_ghost++; in vm_phantom_cache_update()
387 unsigned long vm_phantom_cache_found_ghost; member
1725 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;