Symbol: smp_hotplug_thread
arch/s390/kernel/wti.c
157
static struct smp_hotplug_thread wti_threads = {
drivers/hv/vmbus_drv.c
1397
static struct smp_hotplug_thread vmbus_irq_threads = {
drivers/powercap/idle_inject.c
408
static struct smp_hotplug_thread idle_inject_threads = {
include/linux/smpboot.h
45
int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread);
include/linux/smpboot.h
47
void smpboot_unregister_percpu_thread(struct smp_hotplug_thread *plug_thread);
kernel/cpu.c
1201
static struct smp_hotplug_thread cpuhp_threads = {
kernel/irq_work.c
313
static struct smp_hotplug_thread irqwork_threads = {
kernel/rcu/tree.c
2973
static struct smp_hotplug_thread rcu_cpu_thread_spec = {
kernel/smpboot.c
105
struct smp_hotplug_thread *ht = td->ht;
kernel/smpboot.c
166
__smpboot_create_thread(struct smp_hotplug_thread *ht, unsigned int cpu)
kernel/smpboot.c
211
struct smp_hotplug_thread *cur;
kernel/smpboot.c
224
static void smpboot_unpark_thread(struct smp_hotplug_thread *ht, unsigned int cpu)
kernel/smpboot.c
234
struct smp_hotplug_thread *cur;
kernel/smpboot.c
243
static void smpboot_park_thread(struct smp_hotplug_thread *ht, unsigned int cpu)
kernel/smpboot.c
253
struct smp_hotplug_thread *cur;
kernel/smpboot.c
262
static void smpboot_destroy_threads(struct smp_hotplug_thread *ht)
kernel/smpboot.c
284
int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread)
kernel/smpboot.c
313
void smpboot_unregister_percpu_thread(struct smp_hotplug_thread *plug_thread)
kernel/smpboot.c
83
struct smp_hotplug_thread *ht;
kernel/softirq.c
1103
static struct smp_hotplug_thread softirq_threads = {
kernel/softirq.c
1143
static struct smp_hotplug_thread timer_thread = {
kernel/stop_machine.c
559
static struct smp_hotplug_thread cpu_stop_threads = {
net/core/dev.c
13209
static struct smp_hotplug_thread backlog_threads = {