Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dsched.h862 TP_PROTO(struct root_domain *rd, bool overutilized),
863 TP_ARGS(rd, overutilized));
/linux/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/kernel/sched/
H A Dsched.h1000 bool overutilized; member
H A Dfair.c6805 return !sched_energy_enabled() || READ_ONCE(rd->overutilized); in is_rd_overutilized()
6813 WRITE_ONCE(rd->overutilized, flag); in set_rd_overutilized()