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