Home
last modified time | relevance | path

Searched defs:min_vruntime (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/sched/
H A Ddebug.c631 s64 left_vruntime = -1, min_vruntime, right_vruntime = -1, spread; in print_cfs_rq() local
H A Dfair.c557 static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime) in min_vruntime()
762 u64 min_vruntime = cfs_rq->min_vruntime; in __update_min_vruntime() local
H A Dsched.h559 u64 min_vruntime; member