Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dmemory_hotplug.h336 extern bool is_memblock_offlined(struct memory_block *mem);
/linux-5.19.10/drivers/base/
Dmemory.c873 bool is_memblock_offlined(struct memory_block *mem) in is_memblock_offlined() function
/linux-5.19.10/mm/
Dmemory_hotplug.c1973 int ret = !is_memblock_offlined(mem); in check_memblock_offlined_cb()