Home
last modified time | relevance | path

Searched refs:cpu_has_hotplug (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/riscv/include/asm/
Dsmp.h99 bool cpu_has_hotplug(unsigned int cpu);
101 static inline bool cpu_has_hotplug(unsigned int cpu) in cpu_has_hotplug() function
/linux-6.1.9/arch/riscv/kernel/
Dcpu-hotplug.c18 bool cpu_has_hotplug(unsigned int cpu) in cpu_has_hotplug() function
Dsmp.c89 if (cpu_has_hotplug(cpu)) in ipi_cpu_crash_stop()
Dsetup.c312 cpu->hotpluggable = cpu_has_hotplug(i); in topology_init()