Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dpelt.c109 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_contrib
246 * LOAD_AVG_MAX - 1024 + sa->period_contrib
254 * the period_contrib of cfs_rq when updating the sched_avg of a sched_entity
H A Dpelt.h49 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
H A Dfair.c4265 * 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()
/linux/include/linux/
H A Dsched.h507 u32 period_contrib; member