Searched refs:ghost_index (Results 1 – 1 of 1) sorted by relevance
176 int ghost_index; in vm_phantom_cache_add_ghost() local218 ghost_index = vm_phantom_cache_nindx++; in vm_phantom_cache_add_ghost()225 vpce = &vm_phantom_cache[ghost_index]; in vm_phantom_cache_add_ghost()264 vm_phantom_cache_hash[ghost_hash_index] = ghost_index; in vm_phantom_cache_add_ghost()282 uint32_t ghost_index; in vm_phantom_cache_lookup_ghost() local295 ghost_index = vm_phantom_cache_hash[vm_phantom_hash(g_obj_id, g_obj_offset)]; in vm_phantom_cache_lookup_ghost()297 while (ghost_index) { in vm_phantom_cache_lookup_ghost()300 vpce = &vm_phantom_cache[ghost_index]; in vm_phantom_cache_lookup_ghost()312 ghost_index = vpce->g_next_index; in vm_phantom_cache_lookup_ghost()