Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dsmpboot.h45 int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread);
/Linux-v6.1/kernel/
Dsmpboot.c289 int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread) in smpboot_register_percpu_thread() function
310 EXPORT_SYMBOL_GPL(smpboot_register_percpu_thread);
Dirq_work.c314 BUG_ON(smpboot_register_percpu_thread(&irqwork_threads)); in irq_work_init_threads()
Dstop_machine.c579 BUG_ON(smpboot_register_percpu_thread(&cpu_stop_threads)); in cpu_stop_init()
Dsoftirq.c983 BUG_ON(smpboot_register_percpu_thread(&softirq_threads)); in spawn_ksoftirqd()
Dcpu.c900 BUG_ON(smpboot_register_percpu_thread(&cpuhp_threads)); in cpuhp_threads_init()
/Linux-v6.1/drivers/powercap/
Didle_inject.c368 return smpboot_register_percpu_thread(&idle_inject_threads); in idle_inject_init()
/Linux-v6.1/kernel/rcu/
Dtree.c2634 WARN_ONCE(smpboot_register_percpu_thread(&rcu_cpu_thread_spec), in rcu_spawn_core_kthreads()