Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
H A Dimc-pmu.c29 static struct imc_pmu_ref *nest_imc_refc; variable
1525 nest_imc_refc = kzalloc_objs(*nest_imc_refc, num_possible_nodes()); in init_nest_pmu_ref()
1527 if (!nest_imc_refc) in init_nest_pmu_ref()
1536 spin_lock_init(&nest_imc_refc[i].lock); in init_nest_pmu_ref()
1544 nest_imc_refc[i++].id = nid; in init_nest_pmu_ref()
1554 if (nest_imc_refc[i].id == nid) { in init_nest_pmu_ref()
1555 per_cpu(local_nest_imc_refc, cpu) = &nest_imc_refc[i]; in init_nest_pmu_ref()
1636 kfree(nest_imc_refc); in imc_common_cpuhp_mem_free()
1809 kfree(nest_imc_refc); in init_imc_pmu()