Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_phantom_cache.c176 int ghost_index; in vm_phantom_cache_add_ghost() local
218 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() local
295 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()