Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/include/asm/
Dsmp.h96 bool cpu_has_hotplug(unsigned int cpu);
98 static inline bool cpu_has_hotplug(unsigned int cpu) in cpu_has_hotplug() function
/linux-5.19.10/arch/riscv/kernel/
Dcpu-hotplug.c18 bool cpu_has_hotplug(unsigned int cpu) in cpu_has_hotplug() function
Dsetup.c309 cpu->hotpluggable = cpu_has_hotplug(i); in topology_init()