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

Commit eb983d32 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched/walt: Improve the scheduler"

parents e80fde7f 846ee643
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2589,6 +2589,10 @@ static void _set_preferred_cluster(struct related_thread_group *grp)
			continue;

		combined_demand += p->ravg.coloc_demand;
		if (!trace_sched_set_preferred_cluster_enabled()) {
			if (combined_demand > sched_group_upmigrate)
				break;
		}
	}

	grp->last_update = wallclock;