Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/base/
Dcpu.c375 cpu->dev.offline_disabled = !cpu->hotpluggable; in register_cpu()
382 if (cpu->hotpluggable) in register_cpu()
497 return dev && container_of(dev, struct cpu, dev)->hotpluggable in cpu_is_hotpluggable()
/linux-4.19.296/include/linux/
Dcpu.h28 int hotpluggable; /* creates sysfs control file if hotpluggable */ member
/linux-4.19.296/drivers/of/
Dfdt.c1035 bool hotpluggable; in early_init_dt_scan_memory() local
1048 hotpluggable = of_get_flat_dt_prop(node, "hotpluggable", NULL); in early_init_dt_scan_memory()
1065 if (!hotpluggable) in early_init_dt_scan_memory()