Searched refs:resize_hpt_for_hotplug (Results 1 – 3 of 3) sorted by relevance
20 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
114 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()
760 int resize_hpt_for_hotplug(unsigned long new_mem_size) in resize_hpt_for_hotplug() function