Home
last modified time | relevance | path

Searched refs:nest_imc_refc (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/powerpc/perf/
Dimc-pmu.c31 struct imc_pmu_ref *nest_imc_refc; variable
1103 nest_imc_refc = kcalloc(num_possible_nodes(), sizeof(*nest_imc_refc), in init_nest_pmu_ref()
1106 if (!nest_imc_refc) in init_nest_pmu_ref()
1115 mutex_init(&nest_imc_refc[i].lock); in init_nest_pmu_ref()
1123 nest_imc_refc[i++].id = nid; in init_nest_pmu_ref()
1133 if (nest_imc_refc[i].id == nid) { in init_nest_pmu_ref()
1134 per_cpu(local_nest_imc_refc, cpu) = &nest_imc_refc[i]; in init_nest_pmu_ref()
1203 kfree(nest_imc_refc); in imc_common_cpuhp_mem_free()
1354 kfree(nest_imc_refc); in init_imc_pmu()