Lines Matching refs:runnable
2804 unsigned long weight, unsigned long runnable) in reweight_entity() argument
2815 se->runnable_weight = runnable; in reweight_entity()
2984 long runnable, load_avg; in calc_group_runnable() local
2989 runnable = max(cfs_rq->avg.runnable_load_avg, in calc_group_runnable()
2992 runnable *= shares; in calc_group_runnable()
2994 runnable /= load_avg; in calc_group_runnable()
2996 return clamp_t(long, runnable, MIN_SHARES, shares); in calc_group_runnable()
3009 long shares, runnable; in update_cfs_group() local
3018 runnable = shares = READ_ONCE(gcfs_rq->tg->shares); in update_cfs_group()
3024 runnable = calc_group_runnable(gcfs_rq, shares); in update_cfs_group()
3027 reweight_entity(cfs_rq_of(se), se, shares, runnable); in update_cfs_group()