Home
last modified time | relevance | path

Searched refs:overutilized (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/trace/events/
A Dsched.h723 TP_PROTO(struct root_domain *rd, bool overutilized),
724 TP_ARGS(rd, overutilized));
/linux-6.3-rc2/Documentation/scheduler/
A Dsched-energy.rst292 do so when the system isn't overutilized since being below the 80% tipping point
304 assumptions above becomes incorrect. In this scenario, the 'overutilized' flag
/linux-6.3-rc2/kernel/sched/
A Dfair.c6154 if (!READ_ONCE(rq->rd->overutilized) && cpu_overutilized(rq->cpu)) { in update_overutilized_status()
6155 WRITE_ONCE(rq->rd->overutilized, SG_OVERUTILIZED); in update_overutilized_status()
7372 if (!pd || READ_ONCE(rd->overutilized)) in find_energy_efficient_cpu()
10052 WRITE_ONCE(rd->overutilized, sg_status & SG_OVERUTILIZED); in update_sd_lb_stats()
10057 WRITE_ONCE(rd->overutilized, SG_OVERUTILIZED); in update_sd_lb_stats()
10283 if (rcu_dereference(rd->pd) && !READ_ONCE(rd->overutilized)) in find_busiest_group()
A Dsched.h840 int overutilized; member

Completed in 33 milliseconds