Searched refs:hotplug_node (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/hwtracing/coresight/ |
D | coresight-trbe.c | 140 struct hlist_node hotplug_node; member 1393 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_startup() 1416 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_teardown() 1433 ret = cpuhp_state_add_instance(trbe_online, &drvdata->hotplug_node); in arm_trbe_probe_cpuhp() 1444 cpuhp_state_remove_instance(drvdata->trbe_online, &drvdata->hotplug_node); in arm_trbe_remove_cpuhp()
|
/Linux-v6.6/drivers/hwtracing/ptt/ |
D | hisi_ptt.h | 219 struct hlist_node hotplug_node; member
|
D | hisi_ptt.c | 1181 static void hisi_ptt_remove_cpuhp_instance(void *hotplug_node) in hisi_ptt_remove_cpuhp_instance() argument 1183 cpuhp_state_remove_instance_nocalls(hisi_ptt_pmu_online, hotplug_node); in hisi_ptt_remove_cpuhp_instance() 1199 &hisi_ptt->hotplug_node); in hisi_ptt_register_pmu() 1205 &hisi_ptt->hotplug_node); in hisi_ptt_register_pmu() 1377 hisi_ptt = hlist_entry_safe(node, struct hisi_ptt, hotplug_node); in hisi_ptt_cpu_teardown()
|
/Linux-v6.6/drivers/perf/ |
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()
|
/Linux-v6.6/drivers/perf/hisilicon/ |
D | hisi_uncore_uc_pmu.c | 475 static void hisi_uc_pmu_remove_cpuhp_instance(void *hotplug_node) in hisi_uc_pmu_remove_cpuhp_instance() argument 477 cpuhp_state_remove_instance_nocalls(hisi_uc_pmu_online, hotplug_node); in hisi_uc_pmu_remove_cpuhp_instance()
|