Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dsparsemem.h20 extern int resize_hpt_for_hotplug(unsigned long new_mem_size);
22 static inline int resize_hpt_for_hotplug(unsigned long new_mem_size) { return 0; } in resize_hpt_for_hotplug() argument
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dhash_utils.c760 int resize_hpt_for_hotplug(unsigned long new_mem_size) in resize_hpt_for_hotplug() argument
767 target_hpt_shift = htab_shift_for_mem_size(new_mem_size); in resize_hpt_for_hotplug()