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

/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
733 vruntime_eligible(struct cfs_rq *cfs_rq, u64 vruntime) argument
754 __update_min_vruntime(struct cfs_rq *cfs_rq, u64 vruntime) argument
772 u64 vruntime = cfs_rq->min_vruntime; local
5172 u64 vslice, vruntime = avg_vruntime(cfs_rq); local
[all...]

Completed in 190 milliseconds