Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmemblock.h32 MEMBLOCK_HOTPLUG = 0x1, /* hotpluggable region */ enumerator
201 return m->flags & MEMBLOCK_HOTPLUG; in memblock_is_hotpluggable()
/Linux-v4.19/mm/
Dmemblock.c856 return memblock_setclr_flag(base, size, 1, MEMBLOCK_HOTPLUG); in memblock_mark_hotplug()
868 return memblock_setclr_flag(base, size, 0, MEMBLOCK_HOTPLUG); in memblock_clear_hotplug()