Searched refs:dl_period (Results 1 – 4 of 4) sorted by relevance
335 div64_long((dl_se->runtime * dl_se->dl_period), in task_non_contending()419 dl_b->dl_period = period; in init_dl_bandwidth()789 dl_se->deadline += pi_of(dl_se)->dl_period; in replenish_dl_entity()914 return dl_se->dl_deadline == dl_se->dl_period; in dl_is_implicit()969 return dl_se->deadline - dl_se->dl_deadline + dl_se->dl_period; in dl_next_period()2734 def_dl_bandwidth.dl_period = global_rt_period(); in sched_dl_do_global()2839 dl_se->dl_period = attr->sched_period ?: dl_se->dl_deadline; in __setparam_dl()2841 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); in __setparam_dl()2852 attr->sched_period = dl_se->dl_period; in __getparam_dl()2929 dl_se->dl_period = 0; in __dl_clear_params()[all …]
272 u64 dl_period; member
593 u64 dl_period; /* Separation of two instances (period) */ member
173 (runtime * dl_period)177 where runtime is the remaining runtime, while dl_runtime and dl_period
Completed in 25 milliseconds