Searched refs:hotplug_node (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/kernel/ |
| H A D | kthread.c | 72 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-6.15/drivers/hwtracing/coresight/ |
| H A D | coresight-trbe.c | 142 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-6.15/drivers/hwtracing/ptt/ |
| H A D | hisi_ptt.h | 220 struct hlist_node hotplug_node; member
|
| H A D | hisi_ptt.c | 1191 static void hisi_ptt_remove_cpuhp_instance(void *hotplug_node) in hisi_ptt_remove_cpuhp_instance() argument 1193 cpuhp_state_remove_instance_nocalls(hisi_ptt_pmu_online, hotplug_node); in hisi_ptt_remove_cpuhp_instance() 1209 &hisi_ptt->hotplug_node); in hisi_ptt_register_pmu() 1215 &hisi_ptt->hotplug_node); in hisi_ptt_register_pmu() 1389 hisi_ptt = hlist_entry_safe(node, struct hisi_ptt, hotplug_node); in hisi_ptt_cpu_teardown()
|
| /linux-6.15/drivers/perf/ |
| H A D | arm_spe_pmu.c | 74 struct hlist_node hotplug_node; member 1151 spe_pmu = hlist_entry_safe(node, struct arm_spe_pmu, hotplug_node); in arm_spe_pmu_cpu_startup() 1163 spe_pmu = hlist_entry_safe(node, struct arm_spe_pmu, hotplug_node); in arm_spe_pmu_cpu_teardown() 1193 &spe_pmu->hotplug_node); in arm_spe_pmu_dev_init() 1202 cpuhp_state_remove_instance(arm_spe_pmu_online, &spe_pmu->hotplug_node); in arm_spe_pmu_dev_teardown()
|
| H A D | dwc_pcie_pmu.c | 484 static void dwc_pcie_pmu_remove_cpuhp_instance(void *hotplug_node) in dwc_pcie_pmu_remove_cpuhp_instance() argument 486 cpuhp_state_remove_instance_nocalls(dwc_pcie_pmu_hp_state, hotplug_node); in dwc_pcie_pmu_remove_cpuhp_instance()
|
| /linux-6.15/drivers/perf/hisilicon/ |
| H A D | hisi_uncore_uc_pmu.c | 490 static void hisi_uc_pmu_remove_cpuhp_instance(void *hotplug_node) in hisi_uc_pmu_remove_cpuhp_instance() argument 492 cpuhp_state_remove_instance_nocalls(hisi_uc_pmu_online, hotplug_node); in hisi_uc_pmu_remove_cpuhp_instance()
|