Searched refs:overutilized (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | sched.h | 139 TP_PROTO(int cpu, int *overutilized), 140 TP_ARGS(cpu, overutilized), 1);
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | sched.h | 665 TP_PROTO(struct root_domain *rd, bool overutilized), 666 TP_ARGS(rd, overutilized));
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | fair.c | 5517 int overutilized = -1; in cpu_overutilized() local 5519 trace_android_rvh_cpu_overutilized(cpu, &overutilized); in cpu_overutilized() 5520 if (overutilized != -1) in cpu_overutilized() 5521 return overutilized; in cpu_overutilized() 5528 if (!READ_ONCE(rq->rd->overutilized) && cpu_overutilized(rq->cpu)) { in update_overutilized_status() 5529 WRITE_ONCE(rq->rd->overutilized, SG_OVERUTILIZED); in update_overutilized_status() 6704 if (!pd || READ_ONCE(rd->overutilized)) in find_energy_efficient_cpu() 6961 if ((level == ROCKCHIP_PERFORMANCE_HIGH) && !READ_ONCE(rd->overutilized) && in select_task_rq_fair() 9052 if ((level == ROCKCHIP_PERFORMANCE_HIGH) && !READ_ONCE(rd->overutilized) && in find_idlest_group() 9256 WRITE_ONCE(rd->overutilized, sg_status & SG_OVERUTILIZED); in update_sd_lb_stats() [all …]
|
| H A D | sched.h | 808 int overutilized; member
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-energy.rst | 292 do so when the system isn't overutilized since being below the 80% tipping point 304 assumptions above becomes incorrect. In this scenario, the 'overutilized' flag
|