Searched refs:g_next_index (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/osfmk/vm/
H A Dvm_phantom_cache.h40 uint64_t g_next_index:VM_GHOST_INDEX_BITS, member in struct:vm_ghost
H A Dvm_phantom_cache.c209 vm_phantom_cache_hash[ghost_hash_index] = vpce->g_next_index;
212 if (nvpce->g_next_index == 0)
215 if (&vm_phantom_cache[nvpce->g_next_index] == vpce) {
216 nvpce->g_next_index = vpce->g_next_index;
219 nvpce = &vm_phantom_cache[nvpce->g_next_index];
231 vpce->g_next_index = vm_phantom_cache_hash[ghost_hash_index];
275 ghost_index = vpce->g_next_index;

Completed in 19 milliseconds