Lines Matching refs:target
547 int target;
555 target = cpumask_any_but(topology_die_cpumask(cpu), cpu);
557 /* Migrate rapl events to the new target */
558 if (target < nr_cpu_ids) {
559 cpumask_set_cpu(target, &rapl_cpu_mask);
560 pmu->cpu = target;
561 perf_pmu_migrate_context(pmu->pmu, cpu, target);
569 int target;
589 target = cpumask_any_and(&rapl_cpu_mask, topology_die_cpumask(cpu));
590 if (target < nr_cpu_ids)