Home
last modified time | relevance | path

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

/linux/kernel/
H A Dkthread.c72 struct list_head hotplug_node; member
132 INIT_LIST_HEAD(&kthread->hotplug_node); in set_kthread_struct()
327 if (!list_empty(&kthread->hotplug_node)) { in kthread_exit()
329 list_del(&kthread->hotplug_node); in kthread_exit()
395 WARN_ON_ONCE(!list_empty(&kthread->hotplug_node)); in kthread_affine_node()
396 list_add_tail(&kthread->hotplug_node, &kthreads_hotplug); in kthread_affine_node()
882 WARN_ON_ONCE(!list_empty(&kthread->hotplug_node)); in kthread_affine_preferred()
883 list_add_tail(&kthread->hotplug_node, &kthreads_hotplug); in kthread_affine_preferred()
921 list_for_each_entry(k, &kthreads_hotplug, hotplug_node) { in kthreads_online_cpu()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c142 struct hlist_node hotplug_node; member
1417 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_startup()
1440 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_teardown()
1457 ret = cpuhp_state_add_instance(trbe_online, &drvdata->hotplug_node); in arm_trbe_probe_cpuhp()
1468 cpuhp_state_remove_instance(drvdata->trbe_online, &drvdata->hotplug_node); in arm_trbe_remove_cpuhp()
/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.h220 struct hlist_node hotplug_node; member