Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.h219 struct hlist_node hotplug_node; member
H A Dhisi_ptt.c1188 static void hisi_ptt_remove_cpuhp_instance(void *hotplug_node) in hisi_ptt_remove_cpuhp_instance() argument
1190 cpuhp_state_remove_instance_nocalls(hisi_ptt_pmu_online, hotplug_node); in hisi_ptt_remove_cpuhp_instance()
1206 &hisi_ptt->hotplug_node); in hisi_ptt_register_pmu()
1212 &hisi_ptt->hotplug_node); in hisi_ptt_register_pmu()
1385 hisi_ptt = hlist_entry_safe(node, struct hisi_ptt, hotplug_node); in hisi_ptt_cpu_teardown()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c140 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()
/openbmc/linux/drivers/perf/
H A Darm_spe_pmu.c74 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()
/openbmc/linux/drivers/perf/hisilicon/
H A 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()