Home
last modified time | relevance | path

Searched refs:util_avg (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-energy.rst131 调度器必须决定将任务P放在哪个CPU上,这个任务的util_avg = 200(平均利用率),
134 目前CPU的利用率情况如下图所示。CPU 0-3的util_avg分别为400、100、600和500。
136 模型表中。P的util_avg在图中显示为"PP"::
154 Current OPP: ===== Other OPP: - - - util_avg (100 each): ##
/openbmc/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst645 p0->util_avg = 300
670 p0->util_avg = 300 + small_error
683 p0->util_avg = 1024
689 p1->util_avg = 200
694 severely, then the rq->util_avg will be:
698 p0->util_avg = 1024
699 p1->util_avg = 200
701 rq->util_avg = 1024
708 p0->util_avg = 300
709 p1->util_avg = 200
[all …]
H A Dsched-energy.rst155 The scheduler must decide where to place a task P whose util_avg = 200
159 below. CPUs 0-3 have a util_avg of 400, 100, 600 and 500 respectively
162 the Energy Model table. The util_avg of P is shown on the figures
181 Current OPP: ===== Other OPP: - - - util_avg (100 each): ##
/openbmc/linux/kernel/sched/
H A Dfair.c1128 sa->util_avg = cfs_rq->avg.util_avg * se->load.weight; in post_init_entity_util_avg()
1131 if (sa->util_avg > cap) in post_init_entity_util_avg()
1132 sa->util_avg = cap; in post_init_entity_util_avg()
1134 sa->util_avg = cap; in post_init_entity_util_avg()
3988 sa->util_avg || in load_avg_is_decayed()
4171 long delta_sum, delta_avg = gcfs_rq->avg.util_avg - se->avg.util_avg; in update_tg_cfs_util()
4186 se->avg.util_avg = gcfs_rq->avg.util_avg; in update_tg_cfs_util()
4580 cfs_rq->avg.util_avg += se->avg.util_avg; in attach_entity_load_avg()
4603 sub_positive(&cfs_rq->avg.util_avg, se->avg.util_avg); in detach_entity_load_avg()
4705 cfs_rq->removed.util_avg += se->avg.util_avg; in remove_entity_load_avg()
[all …]
H A Ddebug.c528 P(se->avg.util_avg); in print_cfs_group_stats()
681 cfs_rq->avg.util_avg); in print_cfs_rq()
687 cfs_rq->removed.util_avg); in print_cfs_rq()
1076 P(se.avg.util_avg); in proc_sched_show_task()
H A Dpelt.c266 WRITE_ONCE(sa->util_avg, sa->util_sum / divider); in ___update_load_avg()
H A Dsched.h594 unsigned long util_avg; member
3028 return READ_ONCE(rq->avg_dl.util_avg); in cpu_util_dl()
3037 return READ_ONCE(rq->avg_rt.util_avg); in cpu_util_rt()
3188 return rq->avg_irq.util_avg; in cpu_util_irq()
/openbmc/linux/include/linux/
H A Dsched.h502 unsigned long util_avg; member