Searched refs:period_contrib (Results 1 – 4 of 4) sorted by relevance
109 delta += sa->period_contrib; in accumulate_sum() 137 1024 - sa->period_contrib, delta); in accumulate_sum() 140 sa->period_contrib = delta; in accumulate_sum() 242 * LOAD_AVG_MAX*y + sa->period_contrib246 * LOAD_AVG_MAX - 1024 + sa->period_contrib254 * the period_contrib of cfs_rq when updating the sched_avg of a sched_entity
49 return PELT_MIN_DIVIDER + avg->period_contrib; in get_pelt_divider() 133 * (LOAD_AVG_MAX - 1024 + rq->cfs.avg.period_contrib) << SCHED_CAPACITY_SHIFT;135 * the position in the current window (period_contrib) and we use the higher
4265 * cfs_rq->avg.period_contrib can be used for both cfs_rq and se. in update_tg_cfs_util() 4297 * cfs_rq->avg.period_contrib can be used for both cfs_rq and se. in update_tg_cfs_runnable() 4331 * cfs_rq->avg.period_contrib can be used for both cfs_rq and se. in update_tg_cfs_load() 4595 * util_avg. Given that period_contrib might have moved since the last in update_cfs_rq_load_avg() 4636 * cfs_rq->avg.period_contrib can be used for both cfs_rq and se. in attach_entity_load_avg() 4649 se->avg.period_contrib = cfs_rq->avg.period_contrib; in attach_entity_load_avg() 4653 * period_contrib. This isn't strictly correct, but since we're in attach_entity_load_avg()
507 u32 period_contrib; member