Searched refs:overutilized (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sched.h | 802 TP_PROTO(struct root_domain *rd, bool overutilized), 803 TP_ARGS(rd, overutilized));
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sched.h | 887 TP_PROTO(struct root_domain *rd, bool overutilized), 888 TP_ARGS(rd, overutilized));
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | fair.c | 4204 * careful not to block overutilized state. This is so because: in util_fits_cpu() 4209 * max capacity, it doesn't make sense to block overutilized. in util_fits_cpu() 5755 if (!READ_ONCE(rq->rd->overutilized) && cpu_overutilized(rq->cpu)) { in update_overutilized_status() 5756 WRITE_ONCE(rq->rd->overutilized, SG_OVERUTILIZED); in update_overutilized_status() 5884 * ability to cross the overutilized threshold, which will in enqueue_task_fair() 5888 * overutilized flag detection. in enqueue_task_fair() 7006 if (!pd || READ_ONCE(rd->overutilized)) in find_energy_efficient_cpu() 7048 * overutilized. Take uclamp into account to see how in find_energy_efficient_cpu() 9594 WRITE_ONCE(rd->overutilized, sg_status & SG_OVERUTILIZED); in update_sd_lb_stats() 9599 WRITE_ONCE(rd->overutilized, SG_OVERUTILIZE in update_sd_lb_stats() [all...] |
H A D | sched.h | 894 int overutilized; member
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | fair.c | 5042 * careful not to block overutilized state. This is so because: in util_fits_cpu() 5047 * max capacity, it doesn't make sense to block overutilized. in util_fits_cpu() 6713 if (!READ_ONCE(rq->rd->overutilized) && cpu_overutilized(rq->cpu)) { in update_overutilized_status() 6714 WRITE_ONCE(rq->rd->overutilized, SG_OVERUTILIZED); in update_overutilized_status() 6839 * ability to cross the overutilized threshold, which will in enqueue_task_fair() 6843 * overutilized flag detection. in enqueue_task_fair() 8079 if (!pd || READ_ONCE(rd->overutilized)) in find_energy_efficient_cpu() 8139 * overutilized. Take uclamp into account to see how in find_energy_efficient_cpu() 10901 WRITE_ONCE(rd->overutilized, sg_status & SG_OVERUTILIZED); in update_sd_lb_stats() 10906 WRITE_ONCE(rd->overutilized, SG_OVERUTILIZE in update_sd_lb_stats() [all...] |
H A D | sched.h | 946 int overutilized; member
|
Completed in 45 milliseconds