Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dcore.c2374 static int select_fallback_rq(int cpu, struct task_struct *p, bool allow_iso) in select_fallback_rq() function
2376 static int select_fallback_rq(int cpu, struct task_struct *p) in select_fallback_rq()
2501 cpu = select_fallback_rq(task_cpu(p), p, allow_isolated); in select_task_rq()
2504 cpu = select_fallback_rq(task_cpu(p), p); in select_task_rq()
7107 dest_cpu = select_fallback_rq(dead_rq->cpu, next, false); in migrate_tasks()
7109 dest_cpu = select_fallback_rq(dead_rq->cpu, next); in migrate_tasks()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch680 + goto unlock; /* select_fallback_rq will try harder */
1113 @@ -2433,10 +2460,9 @@ static int select_fallback_rq(int cpu, struct task_struct *p)