Lines Matching refs:this_cpu
1507 int this_cpu; in select_task_rq_rt() local
1522 this_cpu = smp_processor_id(); in select_task_rq_rt()
1523 this_cpu_rq = cpu_rq(this_cpu); in select_task_rq_rt()
1565 cpumask_test_cpu(this_cpu, p->cpus_ptr)) { in select_task_rq_rt()
1566 cpu = this_cpu; in select_task_rq_rt()
1797 int this_cpu = smp_processor_id(); in find_lowest_rq() local
1847 if (!cpumask_test_cpu(this_cpu, lowest_mask)) in find_lowest_rq()
1848 this_cpu = -1; /* Skip this_cpu opt if not among lowest */ in find_lowest_rq()
1859 if (this_cpu != -1 && in find_lowest_rq()
1860 cpumask_test_cpu(this_cpu, sched_domain_span(sd))) { in find_lowest_rq()
1862 return this_cpu; in find_lowest_rq()
1880 if (this_cpu != -1) in find_lowest_rq()
1881 return this_cpu; in find_lowest_rq()
2231 int this_cpu = this_rq->cpu, cpu; in pull_rt_task() local
2259 if (this_cpu == cpu) in pull_rt_task()
2286 p = pick_highest_pushable_task(src_rq, this_cpu); in pull_rt_task()
2310 set_task_cpu(p, this_cpu); in pull_rt_task()