Home
last modified time | relevance | path

Searched refs:runnable_avg (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Ddebug.c462 P(se->avg.runnable_avg); in print_cfs_group_stats()
604 cfs_rq->avg.runnable_avg); in print_cfs_rq()
614 cfs_rq->removed.runnable_avg); in print_cfs_rq()
1006 P(se.avg.runnable_avg); in proc_sched_show_task()
H A Dfair.c825 sa->runnable_avg = sa->util_avg; in post_init_entity_util_avg()
3487 long delta = gcfs_rq->avg.runnable_avg - se->avg.runnable_avg; in update_tg_cfs_runnable()
3501 se->avg.runnable_avg = gcfs_rq->avg.runnable_avg; in update_tg_cfs_runnable()
3502 se->avg.runnable_sum = se->avg.runnable_avg * divider; in update_tg_cfs_runnable()
3505 add_positive(&cfs_rq->avg.runnable_avg, delta); in update_tg_cfs_runnable()
3506 cfs_rq->avg.runnable_sum = cfs_rq->avg.runnable_avg * divider; in update_tg_cfs_runnable()
3678 swap(cfs_rq->removed.runnable_avg, removed_runnable); in update_cfs_rq_load_avg()
3703 sub_positive(&sa->runnable_avg, r); in update_cfs_rq_load_avg()
3760 se->avg.runnable_sum = se->avg.runnable_avg * divider; in attach_entity_load_avg()
3771 cfs_rq->avg.runnable_avg += se->avg.runnable_avg; in attach_entity_load_avg()
[all …]
H A Dpelt.c344 sa->runnable_avg = div_u64(sa->runnable_sum, divider); in ___update_load_avg()
H A Dsched.h572 unsigned long runnable_avg; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h420 unsigned long runnable_avg; member