Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c3993 long tg_weight, tg_shares, load, shares; in calc_group_shares() local
4000 tg_weight = atomic_long_read(&tg->load_avg); in calc_group_shares()
4002 /* Ensure tg_weight >= load */ in calc_group_shares()
4003 tg_weight -= cfs_rq->tg_load_avg_contrib; in calc_group_shares()
4004 tg_weight += load; in calc_group_shares()
4007 if (tg_weight) in calc_group_shares()
4008 shares /= tg_weight; in calc_group_shares()