Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1214 unsigned target_hpt_shift; in resize_hpt_for_hotplug() local
1219 target_hpt_shift = htab_shift_for_mem_size(new_mem_size); in resize_hpt_for_hotplug()
1229 if (target_hpt_shift > ppc64_pft_size || in resize_hpt_for_hotplug()
1230 target_hpt_shift < ppc64_pft_size - 1) in resize_hpt_for_hotplug()
1231 return mmu_hash_ops.resize_hpt(target_hpt_shift); in resize_hpt_for_hotplug()