/Linux-v6.6/arch/loongarch/kernel/ |
D | topology.c | 21 c->hotpluggable = 1; in arch_register_cpu() 34 c->hotpluggable = 0; in arch_unregister_cpu() 47 c->hotpluggable = !io_master(i); in topology_init()
|
/Linux-v6.6/drivers/acpi/numa/ |
D | srat.c | 245 u32 hotpluggable; in acpi_numa_memory_affinity_init() local 257 hotpluggable = IS_ENABLED(CONFIG_MEMORY_HOTPLUG) && in acpi_numa_memory_affinity_init() 284 hotpluggable ? " hotplug" : "", in acpi_numa_memory_affinity_init() 288 if (hotpluggable && memblock_mark_hotplug(start, ma->length)) in acpi_numa_memory_affinity_init()
|
/Linux-v6.6/arch/mips/kernel/ |
D | topology.c | 18 c->hotpluggable = !!i; in topology_init()
|
/Linux-v6.6/arch/x86/kernel/ |
D | topology.c | 45 xc->cpu.hotpluggable = cpu > 0; in arch_register_cpu()
|
/Linux-v6.6/arch/sh/kernel/ |
D | topology.c | 52 c->hotpluggable = 1; in topology_init()
|
/Linux-v6.6/arch/parisc/kernel/ |
D | topology.c | 40 per_cpu(cpu_devices, cpuid).hotpluggable = 1; in store_cpu_topology()
|
/Linux-v6.6/Documentation/driver-api/media/ |
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-v6.6/drivers/base/ |
D | cpu.c | 400 cpu->dev.offline_disabled = !cpu->hotpluggable; in register_cpu() 404 if (cpu->hotpluggable) in register_cpu() 522 return dev && container_of(dev, struct cpu, dev)->hotpluggable in cpu_is_hotpluggable()
|
/Linux-v6.6/Documentation/arch/x86/x86_64/ |
D | cpu-hotplug-spec.rst | 16 For CPU hotplug Linux/x86-64 expects now that any possible future hotpluggable
|
/Linux-v6.6/include/linux/ |
D | cpu.h | 29 int hotpluggable; /* creates sysfs control file if hotpluggable */ member
|
/Linux-v6.6/drivers/of/ |
D | fdt.c | 1107 bool hotpluggable; in early_init_dt_scan_memory() local 1123 hotpluggable = of_get_flat_dt_prop(node, "hotpluggable", NULL); in early_init_dt_scan_memory() 1142 if (!hotpluggable) in early_init_dt_scan_memory()
|
/Linux-v6.6/arch/riscv/kernel/ |
D | setup.c | 317 cpu->hotpluggable = cpu_has_hotplug(i); in topology_init()
|
/Linux-v6.6/arch/powerpc/kernel/ |
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-v6.6/Documentation/fb/ |
D | sh7760fb.rst | 19 (displays aren't hotpluggable anyway)
|
/Linux-v6.6/arch/arm64/kernel/ |
D | setup.c | 411 cpu->hotpluggable = cpu_can_disable(i); in topology_init()
|
/Linux-v6.6/arch/ia64/kernel/ |
D | topology.c | 49 sysfs_cpus[num].cpu.hotpluggable = 1; in arch_register_cpu()
|
/Linux-v6.6/arch/xtensa/kernel/ |
D | setup.c | 394 cpu->hotpluggable = !!i; in topology_init()
|
/Linux-v6.6/Documentation/driver-api/usb/ |
D | hotplug.rst | 8 In hotpluggable busses like USB (and Cardbus PCI), end-users plug devices
|
/Linux-v6.6/arch/arm/kernel/ |
D | setup.c | 1211 cpuinfo->cpu.hotpluggable = platform_can_hotplug_cpu(cpu); in topology_init()
|
/Linux-v6.6/Documentation/driver-api/driver-model/ |
D | platform.rst | 186 this interface is only for use with non-hotpluggable devices.)
|
D | porting.rst | 176 This should happen on buses that support hotpluggable devices.
|
/Linux-v6.6/arch/s390/kernel/ |
D | smp.c | 1183 c->hotpluggable = 1; in smp_add_present_cpu()
|
/Linux-v6.6/Documentation/driver-api/ |
D | xillybus.rst | 237 Even though PCI Express is hotpluggable in general, a typical motherboard
|
/Linux-v6.6/Documentation/core-api/ |
D | cpu_hotplug.rst | 44 Use this to limit hotpluggable CPUs. This option sets
|