Searched refs:SG_OVERUTILIZED (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | fair.c | 5756 WRITE_ONCE(rq->rd->overutilized, SG_OVERUTILIZED); in update_overutilized_status() 5757 trace_sched_overutilized_tp(rq->rd, SG_OVERUTILIZED); in update_overutilized_status() 8995 *sg_status |= SG_OVERUTILIZED; in update_sg_lb_stats() 9594 WRITE_ONCE(rd->overutilized, sg_status & SG_OVERUTILIZED); in update_sd_lb_stats() 9595 trace_sched_overutilized_tp(rd, sg_status & SG_OVERUTILIZED); in update_sd_lb_stats() 9596 } else if (sg_status & SG_OVERUTILIZED) { in update_sd_lb_stats() 9599 WRITE_ONCE(rd->overutilized, SG_OVERUTILIZED); in update_sd_lb_stats() 9600 trace_sched_overutilized_tp(rd, SG_OVERUTILIZED); in update_sd_lb_stats()
|
H A D | sched.h | 869 #define SG_OVERUTILIZED 0x2 /* One or more CPUs are over-utilized. */ macro
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | fair.c | 6714 WRITE_ONCE(rq->rd->overutilized, SG_OVERUTILIZED); in update_overutilized_status() 6715 trace_sched_overutilized_tp(rq->rd, SG_OVERUTILIZED); in update_overutilized_status() 10169 *sg_status |= SG_OVERUTILIZED; in update_sg_lb_stats() 10901 WRITE_ONCE(rd->overutilized, sg_status & SG_OVERUTILIZED); in update_sd_lb_stats() 10902 trace_sched_overutilized_tp(rd, sg_status & SG_OVERUTILIZED); in update_sd_lb_stats() 10903 } else if (sg_status & SG_OVERUTILIZED) { in update_sd_lb_stats() 10906 WRITE_ONCE(rd->overutilized, SG_OVERUTILIZED); in update_sd_lb_stats() 10907 trace_sched_overutilized_tp(rd, SG_OVERUTILIZED); in update_sd_lb_stats()
|
H A D | sched.h | 921 #define SG_OVERUTILIZED 0x2 /* One or more CPUs are over-utilized. */ macro
|
Completed in 40 milliseconds