Searched refs:min_vruntime (Results 1 – 5 of 5) sorted by relevance
58 CFS同样维护了rq->cfs.min_vruntime值,它是单调递增的,跟踪运行队列中的所有任务的最小59 虚拟运行时间值。系统做的全部工作是:使用min_vruntime跟踪,然后用它的值将新激活的调度
583 s64 MIN_vruntime = -1, min_vruntime, max_vruntime = -1, in print_cfs_rq() local605 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()
589 static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime) in min_vruntime() argument593 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 …]
558 u64 min_vruntime; member
61 CFS also maintains the rq->cfs.min_vruntime value, which is a monotonic64 min_vruntime; that value is used to place newly activated entities on the left
Completed in 32 milliseconds