Searched refs:hotpluggable (Results 1 – 22 of 22) sorted by relevance
/linux-4.4.14/arch/x86/mm/ |
D | srat.c | 165 u32 hotpluggable; in acpi_numa_memory_affinity_init() local 174 hotpluggable = ma->flags & ACPI_SRAT_MEM_HOT_PLUGGABLE; in acpi_numa_memory_affinity_init() 175 if (hotpluggable && !save_add_info()) in acpi_numa_memory_affinity_init() 198 hotpluggable ? " hotplug" : "", in acpi_numa_memory_affinity_init() 202 if (hotpluggable && memblock_mark_hotplug(start, ma->length)) in acpi_numa_memory_affinity_init()
|
/linux-4.4.14/arch/mips/kernel/ |
D | topology.c | 22 c->hotpluggable = 1; in topology_init()
|
/linux-4.4.14/arch/sh/kernel/ |
D | topology.c | 60 c->hotpluggable = 1; in topology_init()
|
/linux-4.4.14/arch/metag/kernel/ |
D | topology.c | 56 cpuinfo->cpu.hotpluggable = 1; in topology_init()
|
/linux-4.4.14/drivers/base/ |
D | cpu.c | 364 cpu->dev.offline_disabled = !cpu->hotpluggable; in register_cpu() 371 if (cpu->hotpluggable) in register_cpu() 481 return dev && container_of(dev, struct cpu, dev)->hotpluggable; in cpu_is_hotpluggable()
|
/linux-4.4.14/arch/x86/kernel/ |
D | topology.c | 140 per_cpu(cpu_devices, num).cpu.hotpluggable = 1; in arch_register_cpu()
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | cpu-hotplug-spec | 13 For CPU hotplug Linux/x86-64 expects now that any possible future hotpluggable
|
/linux-4.4.14/include/linux/ |
D | cpu.h | 26 int hotpluggable; /* creates sysfs control file if hotpluggable */ member
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | sysfs.c | 795 BUG_ON(!c->hotpluggable); in unregister_cpu_online() 1043 c->hotpluggable = 1; in topology_init() 1045 if (cpu_online(cpu) || c->hotpluggable) { in topology_init()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | setup.c | 377 cpu->hotpluggable = 1; in topology_init()
|
/linux-4.4.14/Documentation/fb/ |
D | sh7760fb.txt | 17 (displays aren't hotpluggable anyway)
|
/linux-4.4.14/arch/ia64/kernel/ |
D | topology.c | 51 sysfs_cpus[num].cpu.hotpluggable = 1; in arch_register_cpu()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | setup.c | 551 cpu->hotpluggable = !!i; in topology_init()
|
/linux-4.4.14/Documentation/ |
D | cpu-hotplug.txt | 49 additional_cpus=n (*) Use this to limit hotpluggable cpus. This option sets 69 possible_cpus=n [s390,x86_64] use this to set hotpluggable cpus. 415 CPUs in MADT as hotpluggable CPUS. In the case there are no disabled CPUS
|
D | xillybus.txt | 238 Even though PCI Express is hotpluggable in general, a typical motherboard
|
/linux-4.4.14/Documentation/usb/ |
D | hotplug.txt | 3 In hotpluggable busses like USB (and Cardbus PCI), end-users plug devices
|
/linux-4.4.14/arch/arm/kernel/ |
D | setup.c | 1023 cpuinfo->cpu.hotpluggable = platform_can_hotplug_cpu(cpu); in topology_init()
|
/linux-4.4.14/Documentation/driver-model/ |
D | platform.txt | 184 this interface is only for use with non-hotpluggable devices.)
|
D | porting.txt | 174 This should happen on buses that support hotpluggable devices.
|
/linux-4.4.14/arch/s390/kernel/ |
D | smp.c | 1092 c->hotpluggable = 1; in smp_add_present_cpu()
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-framework.txt | 130 If you have a hotpluggable device (e.g. a USB device), then when a disconnect 138 v4l2_device_unregister() function for that. If your driver is not hotpluggable, 187 safe to unregister v4l2_device for hotpluggable devices. For this purpose
|
/linux-4.4.14/mm/ |
D | Kconfig | 164 - When the system is booting, node full of hotpluggable memory can
|