Home
last modified time | relevance | path

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

/linux/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.c529 static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime) in min_vruntime() function
533 min_vruntime = vruntime; in min_vruntime()
535 return min_vruntime; in min_vruntime()
552 u64 vruntime = cfs_rq->min_vruntime; in update_min_vruntime()
571 cfs_rq->min_vruntime = max_vruntime(cfs_rq->min_vruntime, vruntime); in update_min_vruntime()
4157 u64 vruntime = cfs_rq->min_vruntime; in place_entity()
4236 se->vruntime += cfs_rq->min_vruntime; in enqueue_entity()
6954 u64 min_vruntime; in migrate_task_rq_fair() local
6962 min_vruntime = cfs_rq->min_vruntime; in migrate_task_rq_fair()
6965 min_vruntime = cfs_rq->min_vruntime; in migrate_task_rq_fair()
[all …]
A Dsched.h540 u64 min_vruntime; member
/linux/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