Searched refs:ht (Results 1 – 1 of 1) sorted by relevance
105 struct smp_hotplug_thread *ht = td->ht; in smpboot_thread_fn() local125 ht->park(td->cpu); in smpboot_thread_fn()140 if (ht->setup) in smpboot_thread_fn()141 ht->setup(td->cpu); in smpboot_thread_fn()148 if (ht->unpark) in smpboot_thread_fn()149 ht->unpark(td->cpu); in smpboot_thread_fn()178 td->ht = ht; in __smpboot_create_thread()181 ht->thread_comm); in __smpboot_create_thread()194 if (ht->create) { in __smpboot_create_thread()204 ht->create(cpu); in __smpboot_create_thread()[all …]
Completed in 4 milliseconds