Home
last modified time | relevance | path

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

/linux-6.15/include/trace/events/
H A Dsched.h805 TP_PROTO(struct root_domain *rd, bool overutilized),
806 TP_ARGS(rd, overutilized));
/linux-6.15/Documentation/scheduler/
H 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.15/kernel/sched/
H A Dsched.h977 bool overutilized; member
H A Dfair.c6851 return !sched_energy_enabled() || READ_ONCE(rd->overutilized); in is_rd_overutilized()
6859 WRITE_ONCE(rd->overutilized, flag); in set_rd_overutilized()