Home
last modified time | relevance | path

Searched refs:SG_OVERUTILIZED (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c5529 WRITE_ONCE(rq->rd->overutilized, SG_OVERUTILIZED); in update_overutilized_status()
5530 trace_sched_overutilized_tp(rq->rd, SG_OVERUTILIZED); in update_overutilized_status()
8669 *sg_status |= SG_OVERUTILIZED; in update_sg_lb_stats()
9256 WRITE_ONCE(rd->overutilized, sg_status & SG_OVERUTILIZED); in update_sd_lb_stats()
9257 trace_sched_overutilized_tp(rd, sg_status & SG_OVERUTILIZED); in update_sd_lb_stats()
9258 } else if (sg_status & SG_OVERUTILIZED) { in update_sd_lb_stats()
9261 WRITE_ONCE(rd->overutilized, SG_OVERUTILIZED); in update_sd_lb_stats()
9262 trace_sched_overutilized_tp(rd, SG_OVERUTILIZED); in update_sd_lb_stats()
H A Dsched.h783 #define SG_OVERUTILIZED 0x2 /* One or more CPUs are over-utilized. */ macro