Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dsched-migration.py374 common_callchain, comm, pid, runtime, vruntime): argument
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c522 static inline u64 max_vruntime(u64 max_vruntime, u64 vruntime) in max_vruntime()
531 static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime) in min_vruntime()
551 u64 vruntime = cfs_rq->min_vruntime; in update_min_vruntime() local
4174 u64 vruntime = cfs_rq->min_vruntime; in place_entity() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h470 u64 vruntime; member