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.c662 * \Sum (v_i - v0) * w_i := cfs_rq->sum_w_vruntime
679 cfs_rq->sum_w_vruntime += key * weight; in sum_w_vruntime_add()
689 cfs_rq->sum_w_vruntime -= key * weight; in sum_w_vruntime_sub()
697 * v' = v + d ==> sum_w_vruntime' = sum_w_vruntime - d*sum_weight in update_zero_vruntime()
699 cfs_rq->sum_w_vruntime -= cfs_rq->sum_weight * delta; in update_zero_vruntime()
725 s64 runtime = cfs_rq->sum_w_vruntime; in avg_vruntime()
800 s64 avg = cfs_rq->sum_w_vruntime; in vruntime_eligible()
H A Dsched.h685 s64 sum_w_vruntime; member