Home
last modified time | relevance | path

Searched refs:min_vruntime (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Ddebug.c559 s64 MIN_vruntime = -1, min_vruntime, max_vruntime = -1, in print_cfs_rq() local
581 min_vruntime = cfs_rq->min_vruntime; in print_cfs_rq()
582 rq0_min_vruntime = cpu_rq(0)->cfs.min_vruntime; in print_cfs_rq()
587 SPLIT_NS(min_vruntime)); in print_cfs_rq()
593 spread0 = min_vruntime - rq0_min_vruntime; in print_cfs_rq()
H A Dfair.c531 static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime) in min_vruntime() function
533 s64 delta = (s64)(vruntime - min_vruntime); in min_vruntime()
535 min_vruntime = vruntime; in min_vruntime()
537 return min_vruntime; in min_vruntime()
551 u64 vruntime = cfs_rq->min_vruntime; in update_min_vruntime()
567 vruntime = min_vruntime(vruntime, se->vruntime); in update_min_vruntime()
571 cfs_rq->min_vruntime = max_vruntime(cfs_rq->min_vruntime, vruntime); in update_min_vruntime()
574 cfs_rq->min_vruntime_copy = cfs_rq->min_vruntime; in update_min_vruntime()
4161 s64 d = se->vruntime - cfs_rq->min_vruntime; in check_spread()
4174 u64 vruntime = cfs_rq->min_vruntime; in place_entity()
[all …]
H A Dsched.h539 u64 min_vruntime; member
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-design-CFS.rst61 CFS also maintains the rq->cfs.min_vruntime value, which is a monotonic
64 min_vruntime; that value is used to place newly activated entities on the left