Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-trbe.c141 struct hlist_node hotplug_node; member
1404 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_startup()
1427 struct trbe_drvdata *drvdata = hlist_entry_safe(node, struct trbe_drvdata, hotplug_node); in arm_trbe_cpu_teardown()
1444 ret = cpuhp_state_add_instance(trbe_online, &drvdata->hotplug_node); in arm_trbe_probe_cpuhp()
1455 cpuhp_state_remove_instance(drvdata->trbe_online, &drvdata->hotplug_node); in arm_trbe_remove_cpuhp()
/linux-6.12.1/drivers/perf/
Darm_spe_pmu.c74 struct hlist_node hotplug_node; member
1129 spe_pmu = hlist_entry_safe(node, struct arm_spe_pmu, hotplug_node); in arm_spe_pmu_cpu_startup()
1141 spe_pmu = hlist_entry_safe(node, struct arm_spe_pmu, hotplug_node); in arm_spe_pmu_cpu_teardown()
1171 &spe_pmu->hotplug_node); in arm_spe_pmu_dev_init()
1180 cpuhp_state_remove_instance(arm_spe_pmu_online, &spe_pmu->hotplug_node); in arm_spe_pmu_dev_teardown()
Ddwc_pcie_pmu.c495 static void dwc_pcie_pmu_remove_cpuhp_instance(void *hotplug_node) in dwc_pcie_pmu_remove_cpuhp_instance() argument
497 cpuhp_state_remove_instance_nocalls(dwc_pcie_pmu_hp_state, hotplug_node); in dwc_pcie_pmu_remove_cpuhp_instance()
/linux-6.12.1/drivers/hwtracing/ptt/
Dhisi_ptt.h220 struct hlist_node hotplug_node; member
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()
/linux-6.12.1/drivers/perf/hisilicon/
Dhisi_uncore_uc_pmu.c515 static void hisi_uc_pmu_remove_cpuhp_instance(void *hotplug_node) in hisi_uc_pmu_remove_cpuhp_instance() argument
517 cpuhp_state_remove_instance_nocalls(hisi_uc_pmu_online, hotplug_node); in hisi_uc_pmu_remove_cpuhp_instance()