Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwtracing/ptt/
Dhisi_ptt.c831 static void hisi_ptt_remove_cpuhp_instance(void *hotplug_node) in hisi_ptt_remove_cpuhp_instance() argument
833 cpuhp_state_remove_instance_nocalls(hisi_ptt_pmu_online, hotplug_node); in hisi_ptt_remove_cpuhp_instance()
849 &hisi_ptt->hotplug_node); in hisi_ptt_register_pmu()
855 &hisi_ptt->hotplug_node); in hisi_ptt_register_pmu()
992 hisi_ptt = hlist_entry_safe(node, struct hisi_ptt, hotplug_node); in hisi_ptt_cpu_teardown()
Dhisi_ptt.h177 struct hlist_node hotplug_node; member
/Linux-v6.1/drivers/perf/
Darm_spe_pmu.c74 struct hlist_node hotplug_node; member
1108 spe_pmu = hlist_entry_safe(node, struct arm_spe_pmu, hotplug_node); in arm_spe_pmu_cpu_startup()
1120 spe_pmu = hlist_entry_safe(node, struct arm_spe_pmu, hotplug_node); in arm_spe_pmu_cpu_teardown()
1150 &spe_pmu->hotplug_node); in arm_spe_pmu_dev_init()
1159 cpuhp_state_remove_instance(arm_spe_pmu_online, &spe_pmu->hotplug_node); in arm_spe_pmu_dev_teardown()
/Linux-v6.1/drivers/hwtracing/coresight/
Dcoresight-trbe.c140 struct hlist_node hotplug_node; member
1382 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_startup()
1405 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_teardown()
1426 ret = cpuhp_state_add_instance(trbe_online, &drvdata->hotplug_node); in arm_trbe_probe_cpuhp()