Searched refs:select_fallback_rq (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
D | core.c | 2368 static int select_fallback_rq(int cpu, struct task_struct *p, bool allow_iso) in select_fallback_rq() function 2370 static int select_fallback_rq(int cpu, struct task_struct *p) in select_fallback_rq() 2495 cpu = select_fallback_rq(task_cpu(p), p, allow_isolated); in select_task_rq() 2498 cpu = select_fallback_rq(task_cpu(p), p); in select_task_rq() 7087 dest_cpu = select_fallback_rq(dead_rq->cpu, next, false); in migrate_tasks() 7089 dest_cpu = select_fallback_rq(dead_rq->cpu, next); in migrate_tasks()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | kernel.patch | 676 + goto unlock; /* select_fallback_rq will try harder */ 1108 @@ -2433,10 +2460,9 @@ static int select_fallback_rq(int cpu, struct task_struct *p)
|