smpboot_register_percpu_thread  355 drivers/powercap/idle_inject.c 	return smpboot_register_percpu_thread(&idle_inject_threads);
smpboot_register_percpu_thread   45 include/linux/smpboot.h int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread);
smpboot_register_percpu_thread  797 kernel/cpu.c   	BUG_ON(smpboot_register_percpu_thread(&cpuhp_threads));
smpboot_register_percpu_thread 2491 kernel/rcu/tree.c 	WARN_ONCE(smpboot_register_percpu_thread(&rcu_cpu_thread_spec),
smpboot_register_percpu_thread  310 kernel/smpboot.c EXPORT_SYMBOL_GPL(smpboot_register_percpu_thread);
smpboot_register_percpu_thread  684 kernel/softirq.c 	BUG_ON(smpboot_register_percpu_thread(&softirq_threads));
smpboot_register_percpu_thread  588 kernel/stop_machine.c 	BUG_ON(smpboot_register_percpu_thread(&cpu_stop_threads));