Searched refs:core_imc_refc (Results 1 – 1 of 1) sorted by relevance
34 static struct imc_pmu_ref *core_imc_refc; variable616 core_imc_refc[core_id].id = core_id; in core_imc_mem_init()617 mutex_init(&core_imc_refc[core_id].lock); in core_imc_mem_init()713 ref = &core_imc_refc[core_id]; in ppc_core_imc_cpu_offline()773 ref = &core_imc_refc[core_id]; in core_imc_counters_release()844 ref = &core_imc_refc[core_id]; in core_imc_event_init()1141 ref = &core_imc_refc[core_id]; in thread_imc_event_add()1167 ref = &core_imc_refc[core_id]; in thread_imc_event_del()1579 kfree(core_imc_refc); in cleanup_all_core_imc_memory()1720 core_imc_refc = kcalloc(nr_cores, sizeof(struct imc_pmu_ref), in imc_mem_init()[all …]