Home
last modified time | relevance | path

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

/linux/include/trace/events/
A Dsched.h720 TP_PROTO(struct root_domain *rd, bool overutilized),
721 TP_ARGS(rd, overutilized));
/linux/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/kernel/sched/
A Dfair.c5521 if (!READ_ONCE(rq->rd->overutilized) && cpu_overutilized(rq->cpu)) { in update_overutilized_status()
5522 WRITE_ONCE(rq->rd->overutilized, SG_OVERUTILIZED); in update_overutilized_status()
6761 if (!pd || READ_ONCE(rd->overutilized)) in find_energy_efficient_cpu()
9273 WRITE_ONCE(rd->overutilized, sg_status & SG_OVERUTILIZED); in update_sd_lb_stats()
9278 WRITE_ONCE(rd->overutilized, SG_OVERUTILIZED); in update_sd_lb_stats()
9495 if (rcu_dereference(rd->pd) && !READ_ONCE(rd->overutilized)) in find_busiest_group()
A Dsched.h815 int overutilized; member

Completed in 30 milliseconds