Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Dfair.c5522 WRITE_ONCE(rq->rd->overutilized, SG_OVERUTILIZED); in update_overutilized_status()
5523 trace_sched_overutilized_tp(rq->rd, SG_OVERUTILIZED); in update_overutilized_status()
8695 *sg_status |= SG_OVERUTILIZED; in update_sg_lb_stats()
9273 WRITE_ONCE(rd->overutilized, sg_status & SG_OVERUTILIZED); in update_sd_lb_stats()
9274 trace_sched_overutilized_tp(rd, sg_status & SG_OVERUTILIZED); in update_sd_lb_stats()
9275 } else if (sg_status & SG_OVERUTILIZED) { in update_sd_lb_stats()
9278 WRITE_ONCE(rd->overutilized, SG_OVERUTILIZED); in update_sd_lb_stats()
9279 trace_sched_overutilized_tp(rd, SG_OVERUTILIZED); in update_sd_lb_stats()
A Dsched.h790 #define SG_OVERUTILIZED 0x2 /* One or more CPUs are over-utilized. */ macro

Completed in 29 milliseconds