Searched refs:vruntime (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/sched/
H A Ddebug.c506 PN(se->vruntime);
584 SPLIT_NS(p->se.vruntime),
655 right_vruntime = last->vruntime;
1004 PN(se.vruntime);
H A Dfair.c533 static inline u64 max_vruntime(u64 max_vruntime, u64 vruntime) argument
535 s64 delta = (s64)(vruntime - max_vruntime);
537 max_vruntime = vruntime;
542 static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime) argument
544 s64 delta = (s64)(vruntime - min_vruntime);
546 min_vruntime = vruntime;
555 * Tiebreak on vruntime seems unnecessary since it can
563 return (s64)(se->vruntime - cfs_rq->min_vruntime);
588 * se->vruntime):
703 vlag = avruntime - se->vruntime;
733 vruntime_eligible(struct cfs_rq *cfs_rq, u64 vruntime) argument
754 __update_min_vruntime(struct cfs_rq *cfs_rq, u64 vruntime) argument
772 u64 vruntime = cfs_rq->min_vruntime; local
5172 u64 vslice, vruntime = avg_vruntime(cfs_rq); local
[all...]
H A Dcore.c859 * doesn't make sense. Rely on vruntime for fairness.
4534 p->se.vruntime = 0;
/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py374 common_callchain, comm, pid, runtime, vruntime):
/linux-master/include/linux/
H A Dsched.h549 u64 vruntime; member in struct:sched_entity

Completed in 279 milliseconds