Searched refs:core_imc_refc (Results 1 – 1 of 1) sorted by relevance
37 struct imc_pmu_ref *core_imc_refc; variable574 core_imc_refc[core_id].id = core_id; in core_imc_mem_init()575 mutex_init(&core_imc_refc[core_id].lock); in core_imc_mem_init()668 ref = &core_imc_refc[core_id]; in ppc_core_imc_cpu_offline()701 ref = &core_imc_refc[core_id]; in core_imc_counters_release()779 ref = &core_imc_refc[core_id]; in core_imc_event_init()1012 ref = &core_imc_refc[core_id]; in thread_imc_event_add()1044 ref = &core_imc_refc[core_id]; in thread_imc_event_del()1155 kfree(core_imc_refc); in cleanup_all_core_imc_memory()1279 core_imc_refc = kcalloc(nr_cores, sizeof(struct imc_pmu_ref), in imc_mem_init()[all …]