Searched refs:hotpluggable (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/acpi/numa/ |
H A D | srat.c | 273 u32 hotpluggable; in acpi_parse_memory_affinity() local 289 hotpluggable = IS_ENABLED(CONFIG_MEMORY_HOTPLUG) && in acpi_parse_memory_affinity() 316 hotpluggable ? " hotplug" : "", in acpi_parse_memory_affinity() 320 if (hotpluggable && memblock_mark_hotplug(start, ma->length)) in acpi_parse_memory_affinity()
|
/linux/arch/mips/kernel/ |
H A D | topology.c | 18 c->hotpluggable = !!i; in topology_init()
|
/linux/drivers/base/ |
H A D | cpu.c | 408 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()
|
/linux/arch/sh/kernel/ |
H A D | topology.c | 52 c->hotpluggable = 1; in topology_init()
|
/linux/arch/parisc/kernel/ |
H A D | topology.c | 40 per_cpu(cpu_devices, cpuid).hotpluggable = 1; in store_cpu_topology()
|
/linux/Documentation/driver-api/media/ |
H A D | v4l2-device.rst | 58 If you have a hotpluggable device (e.g. a USB device), then when a disconnect 68 hotpluggable, then there is no need to call :c:func:`v4l2_device_disconnect`. 120 safe to unregister :c:type:`v4l2_device` for hotpluggable devices. For this
|
/linux/Documentation/arch/x86/x86_64/ |
H A D | cpu-hotplug-spec.rst | 16 For CPU hotplug Linux/x86-64 expects now that any possible future hotpluggable
|
/linux/include/linux/ |
H A D | cpu.h | 29 int hotpluggable; /* creates sysfs control file if hotpluggable */ member
|
/linux/drivers/of/ |
H A D | fdt.c | 973 bool hotpluggable; in early_init_dt_scan_memory() local 989 hotpluggable = of_get_flat_dt_prop(node, "hotpluggable", NULL); in early_init_dt_scan_memory() 1008 if (!hotpluggable) in early_init_dt_scan_memory()
|
/linux/arch/powerpc/kernel/ |
H A D | sysfs.c | 941 if (WARN_RATELIMIT(!c->hotpluggable, "cpu %d can't be offlined\n", cpu)) in unregister_cpu_online() 1165 c->hotpluggable = 1; in topology_init() 1168 if (cpu_online(cpu) || c->hotpluggable) { in topology_init()
|
/linux/Documentation/fb/ |
H A D | sh7760fb.rst | 19 (displays aren't hotpluggable anyway)
|
/linux/arch/xtensa/kernel/ |
H A D | setup.c | 382 cpu->hotpluggable = !!i; in topology_init()
|
/linux/Documentation/driver-api/usb/ |
H A D | hotplug.rst | 8 In hotpluggable busses like USB (and Cardbus PCI), end-users plug devices
|
/linux/arch/arm64/kernel/ |
H A D | smp.c | 536 c->hotpluggable = arch_cpu_is_hotpluggable(cpu); in arch_register_cpu()
|
/linux/Documentation/driver-api/driver-model/ |
H A D | platform.rst | 187 this interface is only for use with non-hotpluggable devices.)
|
H A D | porting.rst | 176 This should happen on buses that support hotpluggable devices.
|
/linux/arch/s390/kernel/ |
H A D | smp.c | 1135 c->hotpluggable = arch_cpu_is_hotpluggable(cpu); in arch_register_cpu()
|
/linux/Documentation/driver-api/ |
H A D | xillybus.rst | 237 Even though PCI Express is hotpluggable in general, a typical motherboard
|