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()
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()
3625 dl_se->dl_period = attr->sched_period ?: dl_se->dl_deadline; in __setparam_dl()
3627 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); in __setparam_dl()
3651 attr->sched_period = dl_se->dl_period; in __getparam_dl()
3718 dl_se->dl_period = 0; in __dl_clear_params()
[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