Searched refs:nest_imc_refc (Results 1 – 1 of 1) sorted by relevance
29 static struct imc_pmu_ref *nest_imc_refc; variable 1530 nest_imc_refc = kcalloc(num_possible_nodes(), sizeof(*nest_imc_refc), in init_nest_pmu_ref() 1533 if (!nest_imc_refc) in init_nest_pmu_ref() 1542 spin_lock_init(&nest_imc_refc[i].lock); in init_nest_pmu_ref() 1550 nest_imc_refc[i++].id = nid; in init_nest_pmu_ref() 1555 * "nest_imc_refc" index. This makes get_nest_pmu_ref() alot simple. in init_nest_pmu_ref() 1560 if (nest_imc_refc[i].id == nid) { in init_nest_pmu_ref() 1561 per_cpu(local_nest_imc_refc, cpu) = &nest_imc_refc[i]; in init_nest_pmu_ref() 1642 kfree(nest_imc_refc); in imc_common_cpuhp_mem_free() [all...]