Lines Matching refs:target
792 int target = cpumask_first(&iommu_pmu_cpu_mask);
797 * new target.
799 if (target < nr_cpu_ids && target != iommu_pmu->cpu) {
800 perf_pmu_migrate_context(&iommu_pmu->pmu, cpu, target);
801 iommu_pmu->cpu = target;
808 target = cpumask_any_but(cpu_online_mask, cpu);
810 if (target < nr_cpu_ids)
811 cpumask_set_cpu(target, &iommu_pmu_cpu_mask);
815 perf_pmu_migrate_context(&iommu_pmu->pmu, cpu, target);
816 iommu_pmu->cpu = target;