Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dfair.c3878 long tg_weight, tg_shares, load, shares; in calc_group_shares() local
3885 tg_weight = atomic_long_read(&tg->load_avg); in calc_group_shares()
3888 tg_weight -= cfs_rq->tg_load_avg_contrib; in calc_group_shares()
3889 tg_weight += load; in calc_group_shares()
3892 if (tg_weight) in calc_group_shares()
3893 shares /= tg_weight; in calc_group_shares()