Lines Matching refs:this_cpu
1563 int this_cpu = smp_processor_id(); in find_lowest_rq() local
1591 if (!cpumask_test_cpu(this_cpu, lowest_mask)) in find_lowest_rq()
1592 this_cpu = -1; /* Skip this_cpu opt if not among lowest */ in find_lowest_rq()
1603 if (this_cpu != -1 && in find_lowest_rq()
1604 cpumask_test_cpu(this_cpu, sched_domain_span(sd))) { in find_lowest_rq()
1606 return this_cpu; in find_lowest_rq()
1624 if (this_cpu != -1) in find_lowest_rq()
1625 return this_cpu; in find_lowest_rq()
1904 int this_cpu; in try_to_push_tasks() local
1907 this_cpu = rt_rq->push_cpu; in try_to_push_tasks()
1910 BUG_ON(this_cpu != smp_processor_id()); in try_to_push_tasks()
1912 rq = cpu_rq(this_cpu); in try_to_push_tasks()
1964 int this_cpu = this_rq->cpu, cpu; in pull_rt_task() local
1986 if (this_cpu == cpu) in pull_rt_task()
2013 p = pick_highest_pushable_task(src_rq, this_cpu); in pull_rt_task()
2037 set_task_cpu(p, this_cpu); in pull_rt_task()