hotpluggable     1183 arch/arm/kernel/setup.c 		cpuinfo->cpu.hotpluggable = platform_can_hotplug_cpu(cpu);
hotpluggable      385 arch/arm64/kernel/setup.c 		cpu->hotpluggable = cpu_can_disable(i);
hotpluggable       50 arch/ia64/kernel/topology.c 		sysfs_cpus[num].cpu.hotpluggable = 1;
hotpluggable       23 arch/mips/kernel/topology.c 		c->hotpluggable = 1;
hotpluggable      834 arch/powerpc/kernel/sysfs.c 	BUG_ON(!c->hotpluggable);
hotpluggable     1064 arch/powerpc/kernel/sysfs.c 			c->hotpluggable = 1;
hotpluggable     1066 arch/powerpc/kernel/sysfs.c 		if (cpu_online(cpu) || c->hotpluggable) {
hotpluggable     1155 arch/s390/kernel/smp.c 	c->hotpluggable = 1;
hotpluggable       57 arch/sh/kernel/topology.c 		c->hotpluggable = 1;
hotpluggable      142 arch/x86/kernel/topology.c 		per_cpu(cpu_devices, num).cpu.hotpluggable = 1;
hotpluggable      415 arch/xtensa/kernel/setup.c 		cpu->hotpluggable = !!i;
hotpluggable      250 drivers/acpi/numa.c 	u32 hotpluggable;
hotpluggable      262 drivers/acpi/numa.c 	hotpluggable = ma->flags & ACPI_SRAT_MEM_HOT_PLUGGABLE;
hotpluggable      263 drivers/acpi/numa.c 	if (hotpluggable && !IS_ENABLED(CONFIG_MEMORY_HOTPLUG))
hotpluggable      290 drivers/acpi/numa.c 		hotpluggable ? " hotplug" : "",
hotpluggable      294 drivers/acpi/numa.c 	if (hotpluggable && memblock_mark_hotplug(start, ma->length))
hotpluggable      375 drivers/base/cpu.c 	cpu->dev.offline_disabled = !cpu->hotpluggable;
hotpluggable      382 drivers/base/cpu.c 	if (cpu->hotpluggable)
hotpluggable      499 drivers/base/cpu.c 	return dev && container_of(dev, struct cpu, dev)->hotpluggable;
hotpluggable     1002 drivers/of/fdt.c 	bool hotpluggable;
hotpluggable     1015 drivers/of/fdt.c 	hotpluggable = of_get_flat_dt_prop(node, "hotpluggable", NULL);
hotpluggable     1032 drivers/of/fdt.c 		if (!hotpluggable)
hotpluggable       28 include/linux/cpu.h 	int hotpluggable;	/* creates sysfs control file if hotpluggable */