Searched refs:nest_imc_refc (Results 1 – 1 of 1) sorted by relevance
27 static struct imc_pmu_ref *nest_imc_refc; variable1519 nest_imc_refc = kcalloc(num_possible_nodes(), sizeof(*nest_imc_refc), in init_nest_pmu_ref()1522 if (!nest_imc_refc) in init_nest_pmu_ref()1531 mutex_init(&nest_imc_refc[i].lock); in init_nest_pmu_ref()1539 nest_imc_refc[i++].id = nid; in init_nest_pmu_ref()1549 if (nest_imc_refc[i].id == nid) { in init_nest_pmu_ref()1550 per_cpu(local_nest_imc_refc, cpu) = &nest_imc_refc[i]; in init_nest_pmu_ref()1631 kfree(nest_imc_refc); in imc_common_cpuhp_mem_free()1808 kfree(nest_imc_refc); in init_imc_pmu()