Lines Matching refs:runnable
2877 unsigned long weight, unsigned long runnable) in reweight_entity() argument
2888 se->runnable_weight = runnable; in reweight_entity()
3057 long runnable, load_avg; in calc_group_runnable() local
3062 runnable = max(cfs_rq->avg.runnable_load_avg, in calc_group_runnable()
3065 runnable *= shares; in calc_group_runnable()
3067 runnable /= load_avg; in calc_group_runnable()
3069 return clamp_t(long, runnable, MIN_SHARES, shares); in calc_group_runnable()
3082 long shares, runnable; in update_cfs_group() local
3091 runnable = shares = READ_ONCE(gcfs_rq->tg->shares); in update_cfs_group()
3097 runnable = calc_group_runnable(gcfs_rq, shares); in update_cfs_group()
3100 reweight_entity(cfs_rq_of(se), se, shares, runnable); in update_cfs_group()