Lines Matching refs:target
550 int target;
558 target = cpumask_any_but(topology_die_cpumask(cpu), cpu);
560 /* Migrate rapl events to the new target */
561 if (target < nr_cpu_ids) {
562 cpumask_set_cpu(target, &rapl_cpu_mask);
563 pmu->cpu = target;
564 perf_pmu_migrate_context(pmu->pmu, cpu, target);
572 int target;
592 target = cpumask_any_and(&rapl_cpu_mask, topology_die_cpumask(cpu));
593 if (target < nr_cpu_ids)