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()
374 unsigned long vm_phantom_cache_found_ghost; member
1734 tmp = vm_pageout_vminfo.vm_phantom_cache_found_ghost;1735 …m_pageout_stat_now].phantom_ghosts_found = (unsigned int)(tmp - last.vm_phantom_cache_found_ghost);1736 last.vm_phantom_cache_found_ghost = tmp;