Home
last modified time | relevance | path

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

/drivers/hwtracing/coresight/
A Dcoresight-trbe.c142 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()
/drivers/perf/
A Darm_spe_pmu.c74 struct hlist_node hotplug_node; member
1155 spe_pmu = hlist_entry_safe(node, struct arm_spe_pmu, hotplug_node); in arm_spe_pmu_cpu_startup()
1167 spe_pmu = hlist_entry_safe(node, struct arm_spe_pmu, hotplug_node); in arm_spe_pmu_cpu_teardown()
1197 &spe_pmu->hotplug_node); in arm_spe_pmu_dev_init()
1206 cpuhp_state_remove_instance(arm_spe_pmu_online, &spe_pmu->hotplug_node); in arm_spe_pmu_dev_teardown()
A Ddwc_pcie_pmu.c484 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()
/drivers/hwtracing/ptt/
A Dhisi_ptt.c1191 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()
A Dhisi_ptt.h220 struct hlist_node hotplug_node; member
/drivers/perf/hisilicon/
A Dhisi_uncore_uc_pmu.c490 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()

Completed in 24 milliseconds