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

/linux-master/kernel/sched/
H A Dpelt.c108 delta += sa->period_contrib;
136 1024 - sa->period_contrib, delta);
139 sa->period_contrib = delta;
241 * LOAD_AVG_MAX*y + sa->period_contrib
245 * LOAD_AVG_MAX - 1024 + sa->period_contrib
253 * the period_contrib of cfs_rq when updating the sched_avg of a sched_entity
H A Dpelt.h44 return PELT_MIN_DIVIDER + avg->period_contrib;
128 * (LOAD_AVG_MAX - 1024 + rq->cfs.avg.period_contrib) << SCHED_CAPACITY_SHIFT;
130 * the position in the current window (period_contrib) and we use the higher
H A Dfair.c4287 * cfs_rq->avg.period_contrib can be used for both cfs_rq and se.
4319 * cfs_rq->avg.period_contrib can be used for both cfs_rq and se.
4353 * cfs_rq->avg.period_contrib can be used for both cfs_rq and se.
4617 * util_avg. Given that period_contrib might have moved since the last
4658 * cfs_rq->avg.period_contrib can be used for both cfs_rq and se.
4671 se->avg.period_contrib = cfs_rq->avg.period_contrib;
4675 * period_contrib. This isn't strictly correct, but since we're
/linux-master/include/linux/
H A Dsched.h476 u32 period_contrib; member in struct:sched_avg

Completed in 192 milliseconds