Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/translations/zh_CN/scheduler/
Dsched-design-CFS.rst58 CFS同样维护了rq->cfs.min_vruntime值,它是单调递增的,跟踪运行队列中的所有任务的最小
59 虚拟运行时间值。系统做的全部工作是:使用min_vruntime跟踪,然后用它的值将新激活的调度
/linux-6.12.1/kernel/sched/
Ddebug.c807 s64 left_vruntime = -1, min_vruntime, right_vruntime = -1, left_deadline = -1, spread; in print_cfs_rq() local
823 left_vruntime = root->min_vruntime; in print_cfs_rq()
830 min_vruntime = cfs_rq->min_vruntime; in print_cfs_rq()
838 SPLIT_NS(min_vruntime)); in print_cfs_rq()
Dfair.c535 static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime) in min_vruntime() argument
537 s64 delta = (s64)(vruntime - min_vruntime); in min_vruntime()
539 min_vruntime = vruntime; in min_vruntime()
541 return min_vruntime; in min_vruntime()
556 return (s64)(se->vruntime - cfs_rq->min_vruntime); in entity_key()
673 return cfs_rq->min_vruntime + avg; in avg_vruntime()
739 return avg >= (s64)(vruntime - cfs_rq->min_vruntime) * load; in vruntime_eligible()
749 u64 min_vruntime = cfs_rq->min_vruntime; in __update_min_vruntime() local
753 s64 delta = (s64)(vruntime - min_vruntime); in __update_min_vruntime()
756 min_vruntime = vruntime; in __update_min_vruntime()
[all …]
Dsched.h656 u64 min_vruntime; member
/linux-6.12.1/Documentation/scheduler/
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.12.1/Documentation/translations/sp_SP/scheduler/
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.12.1/include/linux/
Dsched.h546 u64 min_vruntime; member