Searched refs:sched_avg (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/sched/
H A Dpelt.h42 static inline u32 get_pelt_divider(struct sched_avg *avg)
47 static inline void cfs_se_util_change(struct sched_avg *avg)
H A Dpelt.c102 accumulate_sum(u64 delta, struct sched_avg *sa,
180 ___update_load_sum(u64 now, struct sched_avg *sa,
250 * removed from a cfs_rq and we need to update sched_avg. Scheduler entities
253 * the period_contrib of cfs_rq when updating the sched_avg of a sched_entity
257 ___update_load_avg(struct sched_avg *sa, unsigned long load)
H A Dsched.h611 struct sched_avg avg;
1089 struct sched_avg avg_rt;
1090 struct sched_avg avg_dl;
1092 struct sched_avg avg_irq;
1095 struct sched_avg avg_thermal;
H A Dfair.c1020 struct sched_avg *sa = &se->avg;
1066 struct sched_avg *sa = &se->avg;
4021 static inline bool load_avg_is_decayed(struct sched_avg *sa)
4587 struct sched_avg *sa = &cfs_rq->avg;
8245 * and update sched_avg to improve the PELT continuity after
12717 * In case the task sched_avg hasn't been attached:
/linux-master/include/linux/
H A Dsched.h471 struct sched_avg { struct
573 struct sched_avg avg;

Completed in 143 milliseconds