Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c566 static inline __maybe_unused u64 max_vruntime(u64 max_vruntime, u64 vruntime) in max_vruntime() function
568 if (vruntime_cmp(vruntime, ">", max_vruntime)) in max_vruntime()
569 max_vruntime = vruntime; in max_vruntime()
571 return max_vruntime; in max_vruntime()