Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Ddeadline.c406 if (dl_se->dl_runtime == 0) in task_non_contending()
416 dl_se->dl_runtime); in task_non_contending()
459 if (dl_se->dl_runtime == 0) in task_contending()
776 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_new_period()
838 WARN_ON_ONCE(pi_of(dl_se)->dl_runtime <= 0); in replenish_dl_entity()
858 dl_se->runtime += pi_of(dl_se)->dl_runtime; in replenish_dl_entity()
929 (pi_of(dl_se)->dl_runtime >> DL_SCALE); in dl_entity_overflow()
2597 if (task_on_rq_queued(p) && p->dl.dl_runtime) in switched_from_dl()
2928 dl_se->dl_runtime = attr->sched_runtime; in __setparam_dl()
2932 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); in __setparam_dl()
[all …]
/openbmc/linux/include/linux/
H A Dsched.h618 u64 dl_runtime; /* Maximum runtime for each instance */ member
621 u64 dl_bw; /* dl_runtime / dl_period */
622 u64 dl_density; /* dl_runtime / dl_deadline */
/openbmc/linux/Documentation/scheduler/
H A Dsched-deadline.rst175 dl_runtime
177 where runtime is the remaining runtime, while dl_runtime and dl_period