Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/sched/
Ddeadline.c319 div64_long((dl_se->runtime * dl_se->dl_period), in task_non_contending()
403 dl_b->dl_period = period; in init_dl_bandwidth()
787 dl_se->deadline += pi_of(dl_se)->dl_period; in replenish_dl_entity()
912 return dl_se->dl_deadline == dl_se->dl_period; in dl_is_implicit()
967 return dl_se->deadline - dl_se->dl_deadline + dl_se->dl_period; in dl_next_period()
2600 def_dl_bandwidth.dl_period = global_rt_period(); in sched_dl_do_global()
2702 dl_se->dl_period = attr->sched_period ?: dl_se->dl_deadline; in __setparam_dl()
2704 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); in __setparam_dl()
2715 attr->sched_period = dl_se->dl_period; in __getparam_dl()
2791 dl_se->dl_period = 0; in __dl_clear_params()
[all …]
Dsched.h287 u64 dl_period; member
/Linux-v5.10/include/linux/
Dsched.h517 u64 dl_period; /* Separation of two instances (period) */ member
/Linux-v5.10/Documentation/scheduler/
Dsched-deadline.rst173 (runtime * dl_period)
177 where runtime is the remaining runtime, while dl_runtime and dl_period