Loading kernel/sched/fair.c +7 −0 Original line number Diff line number Diff line Loading @@ -6949,6 +6949,13 @@ static void find_best_target(struct sched_domain *sd, cpumask_t *cpus, continue; } /* * Skip processing placement further if we are visiting * cpus with lower capacity than start cpu */ if (capacity_orig < capacity_orig_of(start_cpu)) continue; /* * Case B) Non latency sensitive tasks on IDLE CPUs. * Loading Loading
kernel/sched/fair.c +7 −0 Original line number Diff line number Diff line Loading @@ -6949,6 +6949,13 @@ static void find_best_target(struct sched_domain *sd, cpumask_t *cpus, continue; } /* * Skip processing placement further if we are visiting * cpus with lower capacity than start cpu */ if (capacity_orig < capacity_orig_of(start_cpu)) continue; /* * Case B) Non latency sensitive tasks on IDLE CPUs. * Loading