Searched refs:cpu_is_hotpluggable (Results 1 – 3 of 3) sorted by relevance
22 if (!cpu_is_hotpluggable(cpu)) in disable_hotplug_cpu()
529 bool cpu_is_hotpluggable(unsigned int cpu) in cpu_is_hotpluggable() function535 EXPORT_SYMBOL_GPL(cpu_is_hotpluggable);
444 if (cpu >= num_possible_cpus() || cpu == 0 || !cpu_is_hotpluggable(cpu)) in remove_cpu_store()
Completed in 7 milliseconds