Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dsmp.h106 bool cpu_has_hotplug(unsigned int cpu);
108 static inline bool cpu_has_hotplug(unsigned int cpu) in cpu_has_hotplug() function
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dcpu-hotplug.c23 bool cpu_has_hotplug(unsigned int cpu) in cpu_has_hotplug() function
H A Dsetup.c128 cpu->hotpluggable = cpu_has_hotplug(i); in topology_init()