Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf7d1944 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: Ensure attempting load balance when HMP active balance flags are set"

parents 077147c2 9ce460ca
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -7024,8 +7024,7 @@ find_busiest_group(struct lb_env *env, int *balance)
	if (!sds.busiest || sds.busiest_nr_running == 0)
		goto out_balanced;

	if (sched_boost() && (capacity(env->dst_rq) >
				group_rq_capacity(sds.busiest)))
	if (env->flags & LBF_HMP_ACTIVE_BALANCE)
		goto force_balance;

	if (bail_inter_cluster_balance(env, &sds))