Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dmemory_hotplug.h223 extern int is_mem_section_removable(unsigned long pfn, unsigned long nr_pages);
226 static inline int is_mem_section_removable(unsigned long pfn, in is_mem_section_removable() function
/linux-3.4.99/drivers/base/
Dmemory.c160 ret &= is_mem_section_removable(pfn, PAGES_PER_SECTION); in show_mem_removable()
/linux-3.4.99/mm/
Dmemory_hotplug.c698 int is_mem_section_removable(unsigned long start_pfn, unsigned long nr_pages) in is_mem_section_removable() function