Home
last modified time | relevance | path

Searched defs:vruntime (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/scripts/python/
H A Dsched-migration.py374 common_callchain, comm, pid, runtime, vruntime): argument
/openbmc/linux/kernel/sched/
H A Dfair.c548 static inline u64 max_vruntime(u64 max_vruntime, u64 vruntime) in max_vruntime()
557 static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime) in min_vruntime()
760 static u64 __update_min_vruntime(struct cfs_rq *cfs_rq, u64 vruntime) in __update_min_vruntime()
779 u64 vruntime = cfs_rq->min_vruntime; in update_min_vruntime() local
5180 u64 vslice, vruntime = avg_vruntime(cfs_rq); in place_entity() local
/openbmc/linux/include/linux/
H A Dsched.h564 u64 vruntime; member