Searched refs:dl_period (Results 1 – 3 of 3) sorted by relevance
413 div64_long((dl_se->runtime * dl_se->dl_period), in task_non_contending()854 dl_se->deadline += pi_of(dl_se)->dl_period; in replenish_dl_entity()978 return dl_se->dl_deadline == dl_se->dl_period; in dl_is_implicit()1032 return dl_se->deadline - dl_se->dl_deadline + dl_se->dl_period; in dl_next_period()2922 dl_se->dl_period = attr->sched_period ?: dl_se->dl_deadline; in __setparam_dl()2924 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); in __setparam_dl()2935 attr->sched_period = dl_se->dl_period; in __getparam_dl()3004 dl_se->dl_period = 0; in __dl_clear_params()3025 dl_se->dl_period != attr->sched_period || in dl_param_changed()
617 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