Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/translations/zh_CN/scheduler/
Dsched-design-CFS.rst58 CFS同样维护了rq->cfs.min_vruntime值,它是单调递增的,跟踪运行队列中的所有任务的最小
59 虚拟运行时间值。系统做的全部工作是:使用min_vruntime跟踪,然后用它的值将新激活的调度
/linux-5.19.10/kernel/sched/
Ddebug.c582 s64 MIN_vruntime = -1, min_vruntime, max_vruntime = -1, in print_cfs_rq() local
604 min_vruntime = cfs_rq->min_vruntime; in print_cfs_rq()
605 rq0_min_vruntime = cpu_rq(0)->cfs.min_vruntime; in print_cfs_rq()
610 SPLIT_NS(min_vruntime)); in print_cfs_rq()
616 spread0 = min_vruntime - rq0_min_vruntime; in print_cfs_rq()
Dfair.c573 static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime) in min_vruntime() function
575 s64 delta = (s64)(vruntime - min_vruntime); in min_vruntime()
577 min_vruntime = vruntime; in min_vruntime()
579 return min_vruntime; in min_vruntime()
596 u64 vruntime = cfs_rq->min_vruntime; in update_min_vruntime()
611 vruntime = min_vruntime(vruntime, se->vruntime); in update_min_vruntime()
615 cfs_rq->min_vruntime = max_vruntime(cfs_rq->min_vruntime, vruntime); in update_min_vruntime()
618 cfs_rq->min_vruntime_copy = cfs_rq->min_vruntime; in update_min_vruntime()
4244 s64 d = se->vruntime - cfs_rq->min_vruntime; in check_spread()
4257 u64 vruntime = cfs_rq->min_vruntime; in place_entity()
[all …]
Dsched.h532 u64 min_vruntime; member
/linux-5.19.10/Documentation/scheduler/
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