Lines Matching defs:nest_imc_refc
29 static struct imc_pmu_ref *nest_imc_refc;
1529 nest_imc_refc = kcalloc(num_possible_nodes(), sizeof(*nest_imc_refc),
1532 if (!nest_imc_refc)
1541 spin_lock_init(&nest_imc_refc[i].lock);
1549 nest_imc_refc[i++].id = nid;
1554 * "nest_imc_refc" index. This makes get_nest_pmu_ref() alot simple.
1559 if (nest_imc_refc[i].id == nid) {
1560 per_cpu(local_nest_imc_refc, cpu) = &nest_imc_refc[i];
1641 kfree(nest_imc_refc);
1818 kfree(nest_imc_refc);