Home
last modified time | relevance | path

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

/drivers/acpi/numa/
A Dsrat.c364 u32 hotpluggable; in acpi_parse_memory_affinity() local
380 hotpluggable = IS_ENABLED(CONFIG_MEMORY_HOTPLUG) && in acpi_parse_memory_affinity()
407 hotpluggable ? " hotplug" : "", in acpi_parse_memory_affinity()
411 if (hotpluggable && memblock_mark_hotplug(start, ma->length)) in acpi_parse_memory_affinity()
/drivers/base/
A Dcpu.c408 cpu->dev.offline_disabled = !cpu->hotpluggable; in register_cpu()
412 if (cpu->hotpluggable) in register_cpu()
532 return dev && container_of(dev, struct cpu, dev)->hotpluggable in cpu_is_hotpluggable()
549 c->hotpluggable = arch_cpu_is_hotpluggable(cpu); in arch_register_cpu()
/drivers/of/
A Dfdt.c1007 bool hotpluggable; in early_init_dt_scan_memory() local
1023 hotpluggable = of_get_flat_dt_prop(node, "hotpluggable", NULL); in early_init_dt_scan_memory()
1042 if (!hotpluggable) in early_init_dt_scan_memory()

Completed in 10 milliseconds