hotplug_threads    82 kernel/smpboot.c static LIST_HEAD(hotplug_threads);
hotplug_threads   219 kernel/smpboot.c 	list_for_each_entry(cur, &hotplug_threads, list) {
hotplug_threads   241 kernel/smpboot.c 	list_for_each_entry(cur, &hotplug_threads, list)
hotplug_threads   260 kernel/smpboot.c 	list_for_each_entry_reverse(cur, &hotplug_threads, list)
hotplug_threads   304 kernel/smpboot.c 	list_add(&plug_thread->list, &hotplug_threads);