Home
last modified time | relevance | path

Searched refs:smpboot_unregister_percpu_thread (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dsmpboot.h47 void smpboot_unregister_percpu_thread(struct smp_hotplug_thread *plug_thread);
/linux-6.15/kernel/
H A Dsmpboot.c317 void smpboot_unregister_percpu_thread(struct smp_hotplug_thread *plug_thread) in smpboot_unregister_percpu_thread() function
326 EXPORT_SYMBOL_GPL(smpboot_unregister_percpu_thread);
/linux-6.15/arch/s390/kernel/
H A Dwti.c211 smpboot_unregister_percpu_thread(&wti_threads); in wti_init()