Searched defs:vruntime (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dsched.h549 u64 vruntime; member in struct:sched_entity
/linux-master/kernel/sched/
H A Dfair.c533 static inline u64 max_vruntime(u64 max_vruntime, u64 vruntime) argument
542 static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime) argument
727 vruntime_eligible(struct cfs_rq *cfs_rq, u64 vruntime) argument
748 __update_min_vruntime(struct cfs_rq *cfs_rq, u64 vruntime) argument
766 u64 vruntime = cfs_rq->min_vruntime; local
5166 u64 vslice, vruntime = avg_vruntime(cfs_rq); local
[all...]

Completed in 175 milliseconds