Searched refs:g_next_index (Results 1 – 2 of 2) sorted by relevance
239 vm_phantom_cache_hash[ghost_hash_index] = vpce->g_next_index; in vm_phantom_cache_add_ghost()242 if (nvpce->g_next_index == 0) { in vm_phantom_cache_add_ghost()246 if (&vm_phantom_cache[nvpce->g_next_index] == vpce) { in vm_phantom_cache_add_ghost()247 nvpce->g_next_index = vpce->g_next_index; in vm_phantom_cache_add_ghost()250 nvpce = &vm_phantom_cache[nvpce->g_next_index]; in vm_phantom_cache_add_ghost()263 vpce->g_next_index = vm_phantom_cache_hash[ghost_hash_index]; in vm_phantom_cache_add_ghost()312 ghost_index = vpce->g_next_index; in vm_phantom_cache_lookup_ghost()
39 uint64_t g_next_index:VM_GHOST_INDEX_BITS, member