Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c3320 long tg_weight, tg_shares, load, shares; in calc_group_shares() local
3327 tg_weight = atomic_long_read(&tg->load_avg); in calc_group_shares()
3329 /* Ensure tg_weight >= load */ in calc_group_shares()
3330 tg_weight -= cfs_rq->tg_load_avg_contrib; in calc_group_shares()
3331 tg_weight += load; in calc_group_shares()
3334 if (tg_weight) { in calc_group_shares()
3335 shares /= tg_weight; in calc_group_shares()

Completed in 14 milliseconds