Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/translations/zh_CN/scheduler/
A Dsched-design-CFS.rst58 CFS同样维护了rq->cfs.min_vruntime值,它是单调递增的,跟踪运行队列中的所有任务的最小
59 虚拟运行时间值。系统做的全部工作是:使用min_vruntime跟踪,然后用它的值将新激活的调度
/linux-6.3-rc2/kernel/sched/
A Ddebug.c583 s64 MIN_vruntime = -1, min_vruntime, max_vruntime = -1, in print_cfs_rq() local
605 min_vruntime = cfs_rq->min_vruntime; in print_cfs_rq()
606 rq0_min_vruntime = cpu_rq(0)->cfs.min_vruntime; in print_cfs_rq()
611 SPLIT_NS(min_vruntime)); in print_cfs_rq()
617 spread0 = min_vruntime - rq0_min_vruntime; in print_cfs_rq()
A Dfair.c589 static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime) in min_vruntime() argument
593 min_vruntime = vruntime; in min_vruntime()
595 return min_vruntime; in min_vruntime()
612 u64 vruntime = cfs_rq->min_vruntime; in update_min_vruntime()
631 u64_u32_store(cfs_rq->min_vruntime, in update_min_vruntime()
4654 u64 vruntime = cfs_rq->min_vruntime; in place_entity()
4744 se->vruntime += cfs_rq->min_vruntime; in enqueue_entity()
4755 se->vruntime += cfs_rq->min_vruntime; in enqueue_entity()
4876 se->vruntime -= cfs_rq->min_vruntime; in dequeue_entity()
11999 se->vruntime -= cfs_rq->min_vruntime; in task_fork_fair()
[all …]
A Dsched.h558 u64 min_vruntime; member
/linux-6.3-rc2/Documentation/scheduler/
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

Completed in 32 milliseconds