Lines Matching refs:overutilized
5042 * careful not to block overutilized state. This is so because:
5047 * max capacity, it doesn't make sense to block overutilized.
6713 if (!READ_ONCE(rq->rd->overutilized) && cpu_overutilized(rq->cpu)) {
6714 WRITE_ONCE(rq->rd->overutilized, SG_OVERUTILIZED);
6839 * ability to cross the overutilized threshold, which will
6843 * overutilized flag detection.
8079 if (!pd || READ_ONCE(rd->overutilized))
8139 * overutilized. Take uclamp into account to see how
10901 WRITE_ONCE(rd->overutilized, sg_status & SG_OVERUTILIZED);
10906 WRITE_ONCE(rd->overutilized, SG_OVERUTILIZED);
11147 if (rcu_dereference(rd->pd) && !READ_ONCE(rd->overutilized))