Searched refs:task_can_run_on_remote_rq (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/sched/ext/ |
| H A D | ext.c | 2460 * task_can_run_on_remote_rq() asks "Can the BPF scheduler migrate the task to 2465 * the CPU state. However, task_can_run_on_remote_rq() must say "no" as the in task_can_run_on_remote_rq() 2475 static bool task_can_run_on_remote_rq(struct scx_sched *sch, in task_can_run_on_remote_rq() 2627 unlikely(!task_can_run_on_remote_rq(sch, p, dst_rq, true))) { in move_task_between_dsqs() 2701 if (task_can_run_on_remote_rq(sch, p, rq, false)) { in scx_consume_global_dsq() 2791 } else if (unlikely(!task_can_run_on_remote_rq(sch, p, dst_rq, true))) { in dispatch_to_local_dsq() 5857 if (!task_can_run_on_remote_rq(sch, p, cpu_rq(donee), false)) in bypass_lb_node() 2462 static bool task_can_run_on_remote_rq(struct scx_sched *sch, task_can_run_on_remote_rq() function
|