Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dhash_utils_64.c760 unsigned target_hpt_shift; in resize_hpt_for_hotplug() local
765 target_hpt_shift = htab_shift_for_mem_size(new_mem_size); in resize_hpt_for_hotplug()
775 if ((target_hpt_shift > ppc64_pft_size) in resize_hpt_for_hotplug()
776 || (target_hpt_shift < (ppc64_pft_size - 1))) { in resize_hpt_for_hotplug()
779 rc = mmu_hash_ops.resize_hpt(target_hpt_shift); in resize_hpt_for_hotplug()
783 target_hpt_shift, rc); in resize_hpt_for_hotplug()