Lines Matching defs:nest_imc_refc
28 static struct imc_pmu_ref *nest_imc_refc;
1521 nest_imc_refc = kcalloc(num_possible_nodes(), sizeof(*nest_imc_refc),
1524 if (!nest_imc_refc)
1533 spin_lock_init(&nest_imc_refc[i].lock);
1541 nest_imc_refc[i++].id = nid;
1546 * "nest_imc_refc" index. This makes get_nest_pmu_ref() alot simple.
1551 if (nest_imc_refc[i].id == nid) {
1552 per_cpu(local_nest_imc_refc, cpu) = &nest_imc_refc[i];
1633 kfree(nest_imc_refc);
1810 kfree(nest_imc_refc);