plug_thread        45 include/linux/smpboot.h int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread);
plug_thread        47 include/linux/smpboot.h void smpboot_unregister_percpu_thread(struct smp_hotplug_thread *plug_thread);
plug_thread       289 kernel/smpboot.c int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread)
plug_thread       297 kernel/smpboot.c 		ret = __smpboot_create_thread(plug_thread, cpu);
plug_thread       299 kernel/smpboot.c 			smpboot_destroy_threads(plug_thread);
plug_thread       302 kernel/smpboot.c 		smpboot_unpark_thread(plug_thread, cpu);
plug_thread       304 kernel/smpboot.c 	list_add(&plug_thread->list, &hotplug_threads);
plug_thread       318 kernel/smpboot.c void smpboot_unregister_percpu_thread(struct smp_hotplug_thread *plug_thread)
plug_thread       322 kernel/smpboot.c 	list_del(&plug_thread->list);
plug_thread       323 kernel/smpboot.c 	smpboot_destroy_threads(plug_thread);