Lines Matching defs:target
352 int nid, target = -1;
382 target = cpumask_last(l_cpumask);
385 * If this(target) is the last cpu in the cpumask for this chip,
388 if (unlikely(target == cpu))
389 target = cpumask_any_but(l_cpumask, cpu);
392 * Update the cpumask with the target cpu and
395 if (target >= 0 && target < nr_cpu_ids) {
396 cpumask_set_cpu(target, &nest_imc_cpumask);
397 nest_change_cpu_context(cpu, target);
439 /* Make this CPU the designated target for counter collection */
976 struct task_struct *target;
996 target = event->hw.target;
997 if (!target)