Home
last modified time | relevance | path

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

/linux-6.15/Documentation/translations/zh_CN/scheduler/
H A Dsched-design-CFS.rst58 CFS同样维护了rq->cfs.min_vruntime值,它是单调递增的,跟踪运行队列中的所有任务的最小
59 虚拟运行时间值。系统做的全部工作是:使用min_vruntime跟踪,然后用它的值将新激活的调度
/linux-6.15/kernel/sched/
H A Ddebug.c810 s64 left_vruntime = -1, min_vruntime, right_vruntime = -1, left_deadline = -1, spread; in print_cfs_rq() local
826 left_vruntime = root->min_vruntime; in print_cfs_rq()
833 min_vruntime = cfs_rq->min_vruntime; in print_cfs_rq()
841 SPLIT_NS(min_vruntime)); in print_cfs_rq()
H A Dfair.c538 static inline __maybe_unused u64 min_vruntime(u64 min_vruntime, u64 vruntime) in min_vruntime() function
542 min_vruntime = vruntime; in min_vruntime()
544 return min_vruntime; in min_vruntime()
747 u64 min_vruntime = cfs_rq->min_vruntime; in __update_min_vruntime() local
754 min_vruntime = vruntime; in __update_min_vruntime()
756 return min_vruntime; in __update_min_vruntime()
774 vruntime = se->min_vruntime; in update_min_vruntime()
776 vruntime = min_vruntime(vruntime, se->min_vruntime); in update_min_vruntime()
810 se->min_vruntime = rse->min_vruntime; in __min_vruntime_update()
832 se->min_vruntime = se->vruntime; in min_vruntime_update()
[all …]
H A Dsched.h655 u64 min_vruntime; member
/linux-6.15/Documentation/scheduler/
H A Dsched-design-CFS.rst65 CFS also maintains the rq->cfs.min_vruntime value, which is a monotonic
68 min_vruntime; that value is used to place newly activated entities on the left
/linux-6.15/Documentation/translations/sp_SP/scheduler/
H A Dsched-design-CFS.rst77 CFS también mantiene el valor de rq->cfs.min_vruntime, el cual crece
80 por el sistema es monitorizado usado min_vruntime; este valor es usado
/linux-6.15/include/linux/
H A Dsched.h574 u64 min_vruntime; member