Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsmpboot.h45 int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread);
/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.c331 BUG_ON(smpboot_register_percpu_thread(&irqwork_threads)); in irq_work_init_threads()
/linux/arch/s390/kernel/
H A Dwti.c175 rc = smpboot_register_percpu_thread(&wti_threads); in wti_init()