Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dsparsemem.h31 extern void resize_hpt_for_hotplug(unsigned long new_mem_size);
33 static inline void resize_hpt_for_hotplug(unsigned long new_mem_size) { } in resize_hpt_for_hotplug() argument
/Linux-v4.19/arch/powerpc/mm/
Dhash_utils_64.c758 void resize_hpt_for_hotplug(unsigned long new_mem_size) in resize_hpt_for_hotplug() argument
765 target_hpt_shift = htab_shift_for_mem_size(new_mem_size); in resize_hpt_for_hotplug()