Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/sched/
A Dfair.c6155 WRITE_ONCE(rq->rd->overutilized, SG_OVERUTILIZED); in update_overutilized_status()
6156 trace_sched_overutilized_tp(rq->rd, SG_OVERUTILIZED); in update_overutilized_status()
9383 *sg_status |= SG_OVERUTILIZED; in update_sg_lb_stats()
10052 WRITE_ONCE(rd->overutilized, sg_status & SG_OVERUTILIZED); in update_sd_lb_stats()
10053 trace_sched_overutilized_tp(rd, sg_status & SG_OVERUTILIZED); in update_sd_lb_stats()
10054 } else if (sg_status & SG_OVERUTILIZED) { in update_sd_lb_stats()
10057 WRITE_ONCE(rd->overutilized, SG_OVERUTILIZED); in update_sd_lb_stats()
10058 trace_sched_overutilized_tp(rd, SG_OVERUTILIZED); in update_sd_lb_stats()
A Dsched.h815 #define SG_OVERUTILIZED 0x2 /* One or more CPUs are over-utilized. */ macro

Completed in 36 milliseconds