Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c548 static inline u64 max_vruntime(u64 max_vruntime, u64 vruntime) in max_vruntime() argument
550 s64 delta = (s64)(vruntime - max_vruntime); in max_vruntime()
552 max_vruntime = vruntime; in max_vruntime()
554 return max_vruntime; in max_vruntime()
764 * open coded max_vruntime() to allow updating avg_vruntime in __update_min_vruntime()