Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dsched.h807 TP_PROTO(struct root_domain *rd, bool overutilized),
808 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 Dfair.c6840 return !sched_energy_enabled() || READ_ONCE(rd->overutilized); in is_rd_overutilized()
6848 WRITE_ONCE(rd->overutilized, flag); in set_rd_overutilized()