Home
last modified time | relevance | path

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

/drivers/acpi/numa/
Dsrat.c250 u32 hotpluggable; in acpi_numa_memory_affinity_init() local
262 hotpluggable = IS_ENABLED(CONFIG_MEMORY_HOTPLUG) && in acpi_numa_memory_affinity_init()
289 hotpluggable ? " hotplug" : "", in acpi_numa_memory_affinity_init()
293 if (hotpluggable && memblock_mark_hotplug(start, ma->length)) in acpi_numa_memory_affinity_init()
/drivers/base/
Dcpu.c400 cpu->dev.offline_disabled = !cpu->hotpluggable; in register_cpu()
404 if (cpu->hotpluggable) in register_cpu()
522 return dev && container_of(dev, struct cpu, dev)->hotpluggable in cpu_is_hotpluggable()
/drivers/of/
Dfdt.c1115 bool hotpluggable; in early_init_dt_scan_memory() local
1131 hotpluggable = of_get_flat_dt_prop(node, "hotpluggable", NULL); in early_init_dt_scan_memory()
1150 if (!hotpluggable) in early_init_dt_scan_memory()