Searched refs:hotplug_node (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/ |
| H A D | kthread.c | 72 struct list_head hotplug_node; member 131 INIT_LIST_HEAD(&kthread->hotplug_node); in set_kthread_struct() 326 if (!list_empty(&kthread->hotplug_node)) { in kthread_exit() 328 list_del(&kthread->hotplug_node); in kthread_exit() 394 WARN_ON_ONCE(!list_empty(&kthread->hotplug_node)); in kthread_affine_node() 395 list_add_tail(&kthread->hotplug_node, &kthreads_hotplug); in kthread_affine_node() 878 WARN_ON_ONCE(!list_empty(&kthread->hotplug_node)); in kthread_affine_preferred() 879 list_add_tail(&kthread->hotplug_node, &kthreads_hotplug); in kthread_affine_preferred() 916 list_for_each_entry(k, &kthreads_hotplug, hotplug_node) { in kthreads_online_cpu()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-trbe.c | 143 struct hlist_node hotplug_node; member 1419 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_startup() 1442 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_teardown() 1459 ret = cpuhp_state_add_instance(trbe_online, &drvdata->hotplug_node); in arm_trbe_probe_cpuhp() 1470 cpuhp_state_remove_instance(drvdata->trbe_online, &drvdata->hotplug_node); in arm_trbe_remove_cpuhp()
|
| /linux/drivers/hwtracing/ptt/ |
| H A D | hisi_ptt.h | 220 struct hlist_node hotplug_node; member
|
| /linux/drivers/perf/hisilicon/ |
| H A D | hisi_uncore_mn_pmu.c | 293 static void hisi_mn_pmu_remove_cpuhp(void *hotplug_node) in hisi_mn_pmu_remove_cpuhp() argument 295 cpuhp_state_remove_instance_nocalls(hisi_mn_pmu_online, hotplug_node); in hisi_mn_pmu_remove_cpuhp()
|
| H A D | hisi_uncore_noc_pmu.c | 326 static void hisi_noc_pmu_remove_cpuhp_instance(void *hotplug_node) in hisi_noc_pmu_remove_cpuhp_instance() argument 328 cpuhp_state_remove_instance_nocalls(hisi_noc_pmu_cpuhp_state, hotplug_node); in hisi_noc_pmu_remove_cpuhp_instance()
|
| /linux/drivers/perf/ |
| H A D | dwc_pcie_pmu.c | 583 static void dwc_pcie_pmu_remove_cpuhp_instance(void *hotplug_node) in dwc_pcie_pmu_remove_cpuhp_instance() argument 585 cpuhp_state_remove_instance_nocalls(dwc_pcie_pmu_hp_state, hotplug_node); in dwc_pcie_pmu_remove_cpuhp_instance()
|