Searched refs:hotpluggable (Results 1 – 22 of 22) sorted by relevance
/linux/drivers/acpi/numa/ |
A D | srat.c | 245 u32 hotpluggable; in acpi_numa_memory_affinity_init() local 257 hotpluggable = ma->flags & ACPI_SRAT_MEM_HOT_PLUGGABLE; in acpi_numa_memory_affinity_init() 258 if (hotpluggable && !IS_ENABLED(CONFIG_MEMORY_HOTPLUG)) in acpi_numa_memory_affinity_init() 285 hotpluggable ? " hotplug" : "", in acpi_numa_memory_affinity_init() 289 if (hotpluggable && memblock_mark_hotplug(start, ma->length)) in acpi_numa_memory_affinity_init()
|
/linux/arch/mips/kernel/ |
A D | topology.c | 23 c->hotpluggable = !!i; in topology_init()
|
/linux/arch/sh/kernel/ |
A D | topology.c | 57 c->hotpluggable = 1; in topology_init()
|
/linux/Documentation/driver-api/media/ |
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/drivers/base/ |
A D | cpu.c | 368 cpu->dev.offline_disabled = !cpu->hotpluggable; in register_cpu() 375 if (cpu->hotpluggable) in register_cpu() 490 return dev && container_of(dev, struct cpu, dev)->hotpluggable; in cpu_is_hotpluggable()
|
/linux/arch/x86/kernel/ |
A D | topology.c | 134 per_cpu(cpu_devices, num).cpu.hotpluggable = 1; in arch_register_cpu()
|
/linux/Documentation/x86/x86_64/ |
A D | cpu-hotplug-spec.rst | 16 For CPU hotplug Linux/x86-64 expects now that any possible future hotpluggable
|
/linux/include/linux/ |
A D | cpu.h | 28 int hotpluggable; /* creates sysfs control file if hotpluggable */ member
|
/linux/arch/powerpc/kernel/ |
A D | sysfs.c | 931 if (WARN_RATELIMIT(!c->hotpluggable, "cpu %d can't be offlined\n", cpu)) in unregister_cpu_online() 1172 c->hotpluggable = 1; in topology_init() 1175 if (cpu_online(cpu) || c->hotpluggable) { in topology_init()
|
/linux/drivers/of/ |
A D | fdt.c | 1087 bool hotpluggable; in early_init_dt_scan_memory() local 1100 hotpluggable = of_get_flat_dt_prop(node, "hotpluggable", NULL); in early_init_dt_scan_memory() 1116 if (!hotpluggable) in early_init_dt_scan_memory()
|
/linux/arch/riscv/kernel/ |
A D | setup.c | 310 cpu->hotpluggable = cpu_has_hotplug(i); in topology_init()
|
/linux/Documentation/fb/ |
A D | sh7760fb.rst | 19 (displays aren't hotpluggable anyway)
|
/linux/arch/arm64/kernel/ |
A D | setup.c | 407 cpu->hotpluggable = cpu_can_disable(i); in topology_init()
|
/linux/arch/xtensa/kernel/ |
A D | setup.c | 383 cpu->hotpluggable = !!i; in topology_init()
|
/linux/arch/ia64/kernel/ |
A D | topology.c | 49 sysfs_cpus[num].cpu.hotpluggable = 1; in arch_register_cpu()
|
/linux/Documentation/driver-api/usb/ |
A D | hotplug.rst | 8 In hotpluggable busses like USB (and Cardbus PCI), end-users plug devices
|
/linux/arch/arm/kernel/ |
A D | setup.c | 1207 cpuinfo->cpu.hotpluggable = platform_can_hotplug_cpu(cpu); in topology_init()
|
/linux/Documentation/driver-api/driver-model/ |
A D | platform.rst | 186 this interface is only for use with non-hotpluggable devices.)
|
A D | porting.rst | 176 This should happen on buses that support hotpluggable devices.
|
/linux/arch/s390/kernel/ |
A D | smp.c | 1178 c->hotpluggable = 1; in smp_add_present_cpu()
|
/linux/Documentation/driver-api/ |
A D | xillybus.rst | 237 Even though PCI Express is hotpluggable in general, a typical motherboard
|
/linux/Documentation/core-api/ |
A D | cpu_hotplug.rst | 44 Use this to limit hotpluggable CPUs. This option sets
|
Completed in 31 milliseconds