Home
last modified time | relevance | path

Searched refs:task_can_run_on_remote_rq (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/sched/
H A Dext.c2211 static bool task_can_run_on_remote_rq(struct scx_sched *sch, in task_can_run_on_remote_rq() function
2355 unlikely(!task_can_run_on_remote_rq(sch, p, dst_rq, true))) { in move_task_between_dsqs()
2431 if (task_can_run_on_remote_rq(sch, p, rq, false)) { in consume_dispatch_q()
2485 unlikely(!task_can_run_on_remote_rq(sch, p, dst_rq, true))) { in dispatch_to_local_dsq()
5013 if (!task_can_run_on_remote_rq(sch, p, cpu_rq(donee), false)) in bypass_lb_cpu()