Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_phantom_cache.c179 vm_phantom_hash_entry_t ghost_hash_index; in vm_phantom_cache_add_ghost() local
234 ghost_hash_index = vm_phantom_hash(vpce->g_obj_id, vpce->g_obj_offset); in vm_phantom_cache_add_ghost()
236 nvpce = &vm_phantom_cache[vm_phantom_cache_hash[ghost_hash_index]]; in vm_phantom_cache_add_ghost()
239 vm_phantom_cache_hash[ghost_hash_index] = vpce->g_next_index; in vm_phantom_cache_add_ghost()
262 ghost_hash_index = vm_phantom_hash(vpce->g_obj_id, vpce->g_obj_offset); in vm_phantom_cache_add_ghost()
263 vpce->g_next_index = vm_phantom_cache_hash[ghost_hash_index]; in vm_phantom_cache_add_ghost()
264 vm_phantom_cache_hash[ghost_hash_index] = ghost_index; in vm_phantom_cache_add_ghost()