Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/sched/
A Ddeadline.c402 if (dl_se->dl_runtime == 0) in task_non_contending()
412 dl_se->dl_runtime); in task_non_contending()
454 if (dl_se->dl_runtime == 0) in task_contending()
496 dl_b->dl_runtime = runtime; in init_dl_bandwidth()
778 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_new_period()
840 WARN_ON_ONCE(pi_of(dl_se)->dl_runtime <= 0); in replenish_dl_entity()
860 dl_se->runtime += pi_of(dl_se)->dl_runtime; in replenish_dl_entity()
931 (pi_of(dl_se)->dl_runtime >> DL_SCALE); in dl_entity_overflow()
2904 dl_se->dl_runtime = attr->sched_runtime; in __setparam_dl()
2917 attr->sched_runtime = dl_se->dl_runtime; in __getparam_dl()
[all …]
A Dsched.h291 u64 dl_runtime; member
/linux-6.3-rc2/include/linux/
A Dsched.h609 u64 dl_runtime; /* Maximum runtime for each instance */ member
/linux-6.3-rc2/Documentation/scheduler/
A Dsched-deadline.rst175 dl_runtime
177 where runtime is the remaining runtime, while dl_runtime and dl_period

Completed in 27 milliseconds