Home
last modified time | relevance | path

Searched refs:smpboot_register_percpu_thread (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/linux/
Dsmpboot.h45 int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread);
/Linux-v4.19/kernel/
Dsmpboot.c288 int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread) in smpboot_register_percpu_thread() function
309 EXPORT_SYMBOL_GPL(smpboot_register_percpu_thread);
Dsoftirq.c734 BUG_ON(smpboot_register_percpu_thread(&softirq_threads)); in spawn_ksoftirqd()
Dstop_machine.c576 BUG_ON(smpboot_register_percpu_thread(&cpu_stop_threads)); in cpu_stop_init()
Dcpu.c751 BUG_ON(smpboot_register_percpu_thread(&cpuhp_threads)); in cpuhp_threads_init()
/Linux-v4.19/drivers/powercap/
Didle_inject.c354 return smpboot_register_percpu_thread(&idle_inject_threads); in idle_inject_init()
/Linux-v4.19/kernel/rcu/
Dtree_plugin.h1355 BUG_ON(smpboot_register_percpu_thread(&rcu_cpu_thread_spec)); in rcu_spawn_boost_kthreads()