Lines Matching defs:trace_imc_refc
46 static struct imc_pmu_ref *trace_imc_refc;
1230 trace_imc_refc[core_id].id = core_id;
1231 spin_lock_init(&trace_imc_refc[core_id].lock);
1368 if (trace_imc_refc)
1369 ref = &trace_imc_refc[core_id];
1412 if (trace_imc_refc)
1413 ref = &trace_imc_refc[core_id];
1618 kfree(trace_imc_refc);
1756 trace_imc_refc = kcalloc(nr_cores, sizeof(struct imc_pmu_ref),
1758 if (!trace_imc_refc)