Home
last modified time | relevance | path

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

/kernel/
Dsmpboot.c88 struct smp_hotplug_thread *ht; member
110 struct smp_hotplug_thread *ht = td->ht; in smpboot_thread_fn() local
119 if (ht->cleanup && td->status != HP_THREAD_NONE) in smpboot_thread_fn()
120 ht->cleanup(td->cpu, cpu_online(td->cpu)); in smpboot_thread_fn()
128 if (ht->park && td->status == HP_THREAD_ACTIVE) { in smpboot_thread_fn()
130 ht->park(td->cpu); in smpboot_thread_fn()
145 if (ht->setup) in smpboot_thread_fn()
146 ht->setup(td->cpu); in smpboot_thread_fn()
153 if (ht->unpark) in smpboot_thread_fn()
154 ht->unpark(td->cpu); in smpboot_thread_fn()
[all …]