Searched refs:start_dl_timer (Results 1 – 1 of 1) sorted by relevance
774 static int start_dl_timer(struct sched_dl_entity *dl_se);876 if (!start_dl_timer(dl_se)) { in replenish_dl_entity()1065 static int start_dl_timer(struct sched_dl_entity *dl_se) in start_dl_timer() function1340 if (unlikely(is_dl_boosted(dl_se) || !start_dl_timer(dl_se))) in dl_check_constrained_dl()1498 WARN_ON_ONCE(!start_dl_timer(dl_se)); in update_curr_dl_se()1518 if (unlikely(is_dl_boosted(dl_se) || !start_dl_timer(dl_se))) { in update_curr_dl_se()1521 start_dl_timer(dl_se); in update_curr_dl_se()2227 if (dl_se->dl_throttled && start_dl_timer(dl_se)) in enqueue_dl_entity()