Searched refs:avruntime (Results 1 – 1 of 1) sorted by relevance
710 static s64 entity_lag(u64 avruntime, struct sched_entity *se) in entity_lag() argument 714 vlag = avruntime - se->vruntime; in entity_lag() 3745 static void reweight_eevdf(struct sched_entity *se, u64 avruntime, in reweight_eevdf() argument 3828 if (avruntime != se->vruntime) { in reweight_eevdf() 3829 vlag = entity_lag(avruntime, se); in reweight_eevdf() 3831 se->vruntime = avruntime - vlag; in reweight_eevdf() 3846 vslice = (s64)(se->deadline - avruntime); in reweight_eevdf() 3848 se->deadline = avruntime + vslice; in reweight_eevdf() 3855 u64 avruntime; in reweight_entity() local 3860 avruntime in reweight_entity() [all...]