Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c542 static inline __maybe_unused u64 max_vruntime(u64 max_vruntime, u64 vruntime) in max_vruntime() argument
544 if (vruntime_cmp(vruntime, ">", max_vruntime)) in max_vruntime()
545 max_vruntime = vruntime; in max_vruntime()
547 return max_vruntime; in max_vruntime()