Home
last modified time | relevance | path

Searched refs:vruntime (Results 1 – 6 of 6) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_userland.c72 double vruntime; member
191 enqueued->vruntime += calc_vruntime_delta(bpf_task->weight, delta); in update_enqueued()
192 if (min_vruntime > enqueued->vruntime) in update_enqueued()
193 enqueued->vruntime = min_vruntime; in update_enqueued()
223 if (curr->vruntime <= enqueued->vruntime) { in vruntime_enqueue()
270 min_vruntime = task->vruntime; in dispatch_batch()
/linux/tools/perf/scripts/python/
H A Dsched-migration.py374 common_callchain, comm, pid, runtime, vruntime): argument
/linux/include/linux/
H A Dsched.h592 u64 vruntime; member
/linux/Documentation/timers/
H A Dno_hz.rst313 load, maintaining sched average, computing CFS entity vruntime,
/linux/Documentation/scheduler/
H A Dsched-ext.rst535 all others are scheduled in user space by a simple vruntime scheduler.
/linux/kernel/sched/
H A Dcore.c4582 p->se.vruntime = 0; in __sched_fork()