Lines Matching refs:core_imc_refc
35 static struct imc_pmu_ref *core_imc_refc; variable
621 core_imc_refc[core_id].id = core_id; in core_imc_mem_init()
622 spin_lock_init(&core_imc_refc[core_id].lock); in core_imc_mem_init()
717 ref = &core_imc_refc[core_id]; in ppc_core_imc_cpu_offline()
777 ref = &core_imc_refc[core_id]; in core_imc_counters_release()
847 ref = &core_imc_refc[core_id]; in core_imc_event_init()
1144 ref = &core_imc_refc[core_id]; in thread_imc_event_add()
1170 ref = &core_imc_refc[core_id]; in thread_imc_event_del()
1581 kfree(core_imc_refc); in cleanup_all_core_imc_memory()
1722 core_imc_refc = kcalloc(nr_cores, sizeof(struct imc_pmu_ref), in imc_mem_init()
1725 if (!core_imc_refc) { in imc_mem_init()