Home
last modified time | relevance | path

Searched refs:resize_hpt_for_hotplug (Results 1 – 3 of 3) 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() function
/Linux-v5.4/arch/powerpc/mm/
Dmem.c114 resize_hpt_for_hotplug(memblock_phys_mem_size()); in arch_add_memory()
149 if (resize_hpt_for_hotplug(memblock_phys_mem_size()) == -ENOSPC) in arch_remove_memory()
/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() function