Lines Matching refs:this_cpu
1552 int this_cpu = smp_processor_id(); in find_lowest_rq() local
1580 if (!cpumask_test_cpu(this_cpu, lowest_mask)) in find_lowest_rq()
1581 this_cpu = -1; /* Skip this_cpu opt if not among lowest */ in find_lowest_rq()
1592 if (this_cpu != -1 && in find_lowest_rq()
1593 cpumask_test_cpu(this_cpu, sched_domain_span(sd))) { in find_lowest_rq()
1595 return this_cpu; in find_lowest_rq()
1613 if (this_cpu != -1) in find_lowest_rq()
1614 return this_cpu; in find_lowest_rq()
1893 int this_cpu; in try_to_push_tasks() local
1896 this_cpu = rt_rq->push_cpu; in try_to_push_tasks()
1899 BUG_ON(this_cpu != smp_processor_id()); in try_to_push_tasks()
1901 rq = cpu_rq(this_cpu); in try_to_push_tasks()
1953 int this_cpu = this_rq->cpu, ret = 0, cpu; in pull_rt_task() local
1974 if (this_cpu == cpu) in pull_rt_task()
2001 p = pick_highest_pushable_task(src_rq, this_cpu); in pull_rt_task()
2025 set_task_cpu(p, this_cpu); in pull_rt_task()