Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c422 div64_long((dl_se->runtime * dl_se->dl_period), in task_non_contending()
832 dl_se->deadline += pi_of(dl_se)->dl_period; in replenish_dl_entity()
918 * dl_period instead of dl_deadline in the equation above.
1048 return dl_se->deadline - dl_se->dl_deadline + dl_se->dl_period; in dl_next_period()
1892 u64 old_bw = init ? 0 : to_ratio(dl_se->dl_period, dl_se->dl_runtime); in dl_server_apply_params()
1921 dl_se->dl_period = period; in dl_server_apply_params()
1926 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); in dl_server_apply_params()
3632 dl_se->dl_period = attr->sched_period ?: dl_se->dl_deadline; in __getparam_dl()
3634 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); in __getparam_dl()
3658 attr->sched_period = dl_se->dl_period;
[all...]
H A Ddebug.c355 period = dl_se->dl_period; in sched_server_write_common()
408 value = dl_se->dl_period; in sched_server_show_common()
/linux/include/linux/
H A Dsched.h654 u64 dl_period; /* Separation of two instances (period) */ member
655 u64 dl_bw; /* dl_runtime / dl_period */