Lines Matching refs:imc_pmu_ref
25 static DEFINE_PER_CPU(struct imc_pmu_ref *, local_nest_imc_refc);
28 static struct imc_pmu_ref *nest_imc_refc;
34 static struct imc_pmu_ref *core_imc_refc;
45 static struct imc_pmu_ref *trace_imc_refc;
52 static struct imc_pmu_ref imc_global_refc = {
331 /* get_nest_pmu_ref: Return the imc_pmu_ref struct for the given node */
332 static struct imc_pmu_ref *get_nest_pmu_ref(int cpu)
354 struct imc_pmu_ref *ref;
455 struct imc_pmu_ref *ref;
510 struct imc_pmu_ref *ref;
559 * Get the imc_pmu_ref struct for this node.
670 struct imc_pmu_ref *ref;
757 struct imc_pmu_ref *ref;
813 struct imc_pmu_ref *ref;
1118 struct imc_pmu_ref *ref;
1160 struct imc_pmu_ref *ref;
1353 struct imc_pmu_ref *ref = NULL;
1403 struct imc_pmu_ref *ref = NULL;
1516 /* init_nest_pmu_ref: Initialize the imc_pmu_ref struct for all the nodes */
1714 core_imc_refc = kcalloc(nr_cores, sizeof(struct imc_pmu_ref),
1748 trace_imc_refc = kcalloc(nr_cores, sizeof(struct imc_pmu_ref),