Searched refs:task_can_run_on_remote_rq (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/sched/ |
| H A D | ext.c | 2504 static bool task_can_run_on_remote_rq(struct task_struct *p, struct rq *rq, in task_can_run_on_remote_rq() function 2617 static inline bool task_can_run_on_remote_rq(struct task_struct *p, struct rq *rq, bool enforce) { … in task_can_run_on_remote_rq() function 2649 unlikely(!task_can_run_on_remote_rq(p, dst_rq, true))) { in move_task_between_dsqs() 2750 if (task_can_run_on_remote_rq(p, rq, false)) { in consume_dispatch_q() 2804 unlikely(!task_can_run_on_remote_rq(p, dst_rq, true))) { in dispatch_to_local_dsq()
|