Lines Matching defs:trace_imc_refc
45 static struct imc_pmu_ref *trace_imc_refc;
1223 trace_imc_refc[core_id].id = core_id;
1224 spin_lock_init(&trace_imc_refc[core_id].lock);
1361 if (trace_imc_refc)
1362 ref = &trace_imc_refc[core_id];
1405 if (trace_imc_refc)
1406 ref = &trace_imc_refc[core_id];
1610 kfree(trace_imc_refc);
1748 trace_imc_refc = kcalloc(nr_cores, sizeof(struct imc_pmu_ref),
1750 if (!trace_imc_refc)