Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmemblock.h254 static inline bool memblock_is_hotpluggable(struct memblock_region *m) in memblock_is_hotpluggable() function
/linux/mm/
H A Dmemblock.c1066 if (movable_node_is_enabled() && memblock_is_hotpluggable(m) && in should_skip_region()