Home
last modified time | relevance | path

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

/linux/kernel/
H A Dsmpboot.c284 int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread) in smpboot_register_percpu_thread() function
305 EXPORT_SYMBOL_GPL(smpboot_register_percpu_thread);
H A Dirq_work.c324 BUG_ON(smpboot_register_percpu_thread(&irqwork_threads)); in irq_work_init_threads()
H A Dsoftirq.c1156 BUG_ON(smpboot_register_percpu_thread(&softirq_threads)); in spawn_ksoftirqd()
1159 BUG_ON(smpboot_register_percpu_thread(&timer_thread)); in spawn_ksoftirqd()
H A Dstop_machine.c580 BUG_ON(smpboot_register_percpu_thread(&cpu_stop_threads)); in cpu_stop_init()
H A Dcpu.c1224 BUG_ON(smpboot_register_percpu_thread(&cpuhp_threads)); in cpuhp_threads_init()
/linux/include/linux/
H A Dsmpboot.h45 int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread);
/linux/arch/s390/kernel/
H A Dwti.c175 rc = smpboot_register_percpu_thread(&wti_threads); in wti_init()
/linux/drivers/powercap/
H A Didle_inject.c418 return smpboot_register_percpu_thread(&idle_inject_threads); in idle_inject_init()
/linux/drivers/hv/
H A Dvmbus_drv.c1514 ret = smpboot_register_percpu_thread(&vmbus_irq_threads); in vmbus_bus_init()
/linux/kernel/rcu/
H A Dtree.c2993 WARN_ONCE(smpboot_register_percpu_thread(&rcu_cpu_thread_spec), in rcu_spawn_core_kthreads()
/linux/net/core/
H A Ddev.c13279 smpboot_register_percpu_thread(&backlog_threads); in net_dev_init()