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

/linux-master/kernel/sched/
H A Dfair.c533 static inline u64 max_vruntime(u64 max_vruntime, u64 vruntime) argument
535 s64 delta = (s64)(vruntime - max_vruntime);
537 max_vruntime = vruntime;
539 return max_vruntime;
758 * open coded max_vruntime() to allow updating avg_vruntime

Completed in 157 milliseconds