Searched refs:donee (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext.c | 5105 int donee; in bypass_lb_cpu() local 5124 donee = cpumask_any_and_distribute(donee_mask, p->cpus_ptr); in bypass_lb_cpu() 5125 if (donee >= nr_cpu_ids) in bypass_lb_cpu() 5128 donee_dsq = bypass_dsq(sch, donee); in bypass_lb_cpu() 5134 if (!task_can_run_on_remote_rq(sch, p, cpu_rq(donee), false)) in bypass_lb_cpu() 5149 dispatch_enqueue(sch, cpu_rq(donee), donee_dsq, p, SCX_ENQ_NESTED); in bypass_lb_cpu() 5155 cpumask_set_cpu(donee, resched_mask); in bypass_lb_cpu() 5158 cpumask_clear_cpu(donee, donee_mask); in bypass_lb_cpu()
|