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.c526 static inline u64 max_vruntime(u64 max_vruntime, u64 vruntime) argument
535 static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime) argument
726 vruntime_eligible(struct cfs_rq *cfs_rq, u64 vruntime) argument
747 __update_min_vruntime(struct cfs_rq *cfs_rq, u64 vruntime) argument
765 u64 vruntime = cfs_rq->min_vruntime; local
5179 u64 vslice, vruntime = avg_vruntime(cfs_rq); local
[all...]

Completed in 136 milliseconds