Searched refs:hotplug_node (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/perf/ |
| D | arm_spe_pmu.c | 54 struct hlist_node hotplug_node; member 1085 spe_pmu = hlist_entry_safe(node, struct arm_spe_pmu, hotplug_node); in arm_spe_pmu_cpu_startup() 1097 spe_pmu = hlist_entry_safe(node, struct arm_spe_pmu, hotplug_node); in arm_spe_pmu_cpu_teardown() 1127 &spe_pmu->hotplug_node); in arm_spe_pmu_dev_init() 1136 cpuhp_state_remove_instance(arm_spe_pmu_online, &spe_pmu->hotplug_node); in arm_spe_pmu_dev_teardown()
|
| /Linux-v5.15/drivers/hwtracing/coresight/ |
| D | coresight-trbe.c | 79 struct hlist_node hotplug_node; member 974 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_startup() 997 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_teardown() 1016 ret = cpuhp_state_add_instance(trbe_online, &drvdata->hotplug_node); in arm_trbe_probe_cpuhp()
|