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.c647 * \Sum (v_i - v0) * w_i := cfs_rq->sum_w_vruntime
664 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()
682 * v' = v + d ==> sum_w_vruntime' = sum_runtime - d*sum_weight in sum_w_vruntime_update()
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