Searched refs:core_imc_refc (Results 1 – 1 of 1) sorted by relevance
35 static struct imc_pmu_ref *core_imc_refc; variable615 core_imc_refc[core_id].id = core_id; in core_imc_mem_init()616 spin_lock_init(&core_imc_refc[core_id].lock); in core_imc_mem_init()711 ref = &core_imc_refc[core_id]; in ppc_core_imc_cpu_offline()771 ref = &core_imc_refc[core_id]; in core_imc_counters_release()841 ref = &core_imc_refc[core_id]; in core_imc_event_init()1138 ref = &core_imc_refc[core_id]; in thread_imc_event_add()1164 ref = &core_imc_refc[core_id]; in thread_imc_event_del()1575 kfree(core_imc_refc); in cleanup_all_core_imc_memory()1716 core_imc_refc = kcalloc(nr_cores, sizeof(struct imc_pmu_ref), in imc_mem_init()[all …]