Home
last modified time | relevance | path

Searched refs:plug_thread (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
A Dsmpboot.c289 int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread) in smpboot_register_percpu_thread() argument
297 ret = __smpboot_create_thread(plug_thread, cpu); in smpboot_register_percpu_thread()
299 smpboot_destroy_threads(plug_thread); in smpboot_register_percpu_thread()
302 smpboot_unpark_thread(plug_thread, cpu); in smpboot_register_percpu_thread()
304 list_add(&plug_thread->list, &hotplug_threads); in smpboot_register_percpu_thread()
318 void smpboot_unregister_percpu_thread(struct smp_hotplug_thread *plug_thread) in smpboot_unregister_percpu_thread() argument
322 list_del(&plug_thread->list); in smpboot_unregister_percpu_thread()
323 smpboot_destroy_threads(plug_thread); in smpboot_unregister_percpu_thread()
/linux/include/linux/
A Dsmpboot.h45 int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread);
47 void smpboot_unregister_percpu_thread(struct smp_hotplug_thread *plug_thread);

Completed in 3 milliseconds