Home
last modified time | relevance | path

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

/linux/drivers/perf/
H A Dcxl_pmu.c81 static int cxl_pmu_cpuhp_state_num; variable
810 cpuhp_state_remove_instance_nocalls(cxl_pmu_cpuhp_state_num, &info->node); in cxl_pmu_cpuhp_remove()
886 rc = cpuhp_state_add_instance(cxl_pmu_cpuhp_state_num, &info->node); in cxl_pmu_probe()
963 cxl_pmu_cpuhp_state_num = rc; in cxl_pmu_init()
967 cpuhp_remove_multi_state(cxl_pmu_cpuhp_state_num); in cxl_pmu_init()
975 cpuhp_remove_multi_state(cxl_pmu_cpuhp_state_num); in cxl_pmu_exit()