Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c3220 long tg_weight, tg_shares, load, shares; in calc_group_shares() local
3223 tg_shares = READ_ONCE(tg->shares); in calc_group_shares()
3233 shares = (tg_shares * load); in calc_group_shares()
3249 return clamp_t(long, shares, MIN_SHARES, tg_shares); in calc_group_shares()