Home
last modified time | relevance | path

Searched refs:sum_w_vruntime (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/
H A Dfair.c664 cfs_rq->sum_w_vruntime += key * weight; in sum_w_vruntime_add()
674 cfs_rq->sum_w_vruntime -= key * weight; in sum_w_vruntime_sub()
684 cfs_rq->sum_w_vruntime -= cfs_rq->sum_weight * delta; in sum_w_vruntime_update()
694 s64 avg = cfs_rq->sum_w_vruntime; in avg_vruntime()
762 s64 avg = cfs_rq->sum_w_vruntime; in vruntime_eligible()
H A Dsched.h685 s64 sum_w_vruntime; member