Loading kernel/sched/fair.c +3 −0 Original line number Diff line number Diff line Loading @@ -6969,6 +6969,9 @@ static void find_best_target(struct sched_domain *sd, cpumask_t *cpus, most_spare_cap_cpu = i; } if (per_task_boost(cpu_rq(i)->curr) == TASK_BOOST_STRICT_MAX) continue; /* * Cumulative demand may already be accounting for the * task. If so, add just the boost-utilization to Loading Loading
kernel/sched/fair.c +3 −0 Original line number Diff line number Diff line Loading @@ -6969,6 +6969,9 @@ static void find_best_target(struct sched_domain *sd, cpumask_t *cpus, most_spare_cap_cpu = i; } if (per_task_boost(cpu_rq(i)->curr) == TASK_BOOST_STRICT_MAX) continue; /* * Cumulative demand may already be accounting for the * task. If so, add just the boost-utilization to Loading