Searched defs:vruntime (Results 1 – 1 of 1) sorted by relevance
560 static inline u64 max_vruntime(u64 max_vruntime, u64 vruntime) in max_vruntime()569 static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime) in min_vruntime()760 static int vruntime_eligible(struct cfs_rq *cfs_rq, u64 vruntime) in vruntime_eligible()781 static u64 __update_min_vruntime(struct cfs_rq *cfs_rq, u64 vruntime) in __update_min_vruntime()799 u64 vruntime = cfs_rq->min_vruntime; in update_min_vruntime() local5392 u64 vslice, vruntime = avg_vruntime(cfs_rq); in place_entity() local