Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dsmpboot.h48 int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread);
/linux-4.1.27/kernel/
Dsmpboot.c279 int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread) in smpboot_register_percpu_thread() function
300 EXPORT_SYMBOL_GPL(smpboot_register_percpu_thread);
Dstop_machine.c542 BUG_ON(smpboot_register_percpu_thread(&cpu_stop_threads)); in cpu_stop_init()
Dwatchdog.c709 err = smpboot_register_percpu_thread(&watchdog_threads); in watchdog_enable_all_cpus()
Dsoftirq.c758 BUG_ON(smpboot_register_percpu_thread(&softirq_threads)); in spawn_ksoftirqd()
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_irq.c844 ret = smpboot_register_percpu_thread(&comp_pool_threads); in ehca_create_comp_pool()
/linux-4.1.27/kernel/rcu/
Dtree_plugin.h1308 BUG_ON(smpboot_register_percpu_thread(&rcu_cpu_thread_spec)); in rcu_spawn_boost_kthreads()