Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmemory_hotplug.h275 extern bool is_memblock_offlined(struct memory_block *mem);
/linux-4.4.14/drivers/base/
Dmemory.c724 bool is_memblock_offlined(struct memory_block *mem) in is_memblock_offlined() function
/linux-4.4.14/mm/
Dmemory_hotplug.c1909 int ret = !is_memblock_offlined(mem); in check_memblock_offlined_cb()