Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c692 static s64 entity_lag(u64 avruntime, struct sched_entity *se) in entity_lag() argument
696 vlag = avruntime - se->vruntime; in entity_lag()
3768 static void reweight_eevdf(struct sched_entity *se, u64 avruntime, in reweight_eevdf() argument
3851 if (avruntime != se->vruntime) { in reweight_eevdf()
3852 vlag = entity_lag(avruntime, se); in reweight_eevdf()
3854 se->vruntime = avruntime - vlag; in reweight_eevdf()
3869 vslice = (s64)(se->deadline - avruntime); in reweight_eevdf()
3871 se->deadline = avruntime + vslice; in reweight_eevdf()
3878 u64 avruntime; in reweight_entity() local
3883 avruntime = avg_vruntime(cfs_rq); in reweight_entity()
[all …]