Searched refs:start_dl_timer (Results 1 – 1 of 1) sorted by relevance
778 static int start_dl_timer(struct sched_dl_entity *dl_se);882 if (!start_dl_timer(dl_se)) { in replenish_dl_entity()1061 static int start_dl_timer(struct sched_dl_entity *dl_se) in start_dl_timer() function1336 if (unlikely(is_dl_boosted(dl_se) || !start_dl_timer(dl_se))) in dl_check_constrained_dl()1495 WARN_ON_ONCE(!start_dl_timer(dl_se)); in update_curr_dl_se()1516 if (unlikely(is_dl_boosted(dl_se) || !start_dl_timer(dl_se))) { in update_curr_dl_se()1519 start_dl_timer(dl_se); in update_curr_dl_se()2251 if (dl_se->dl_throttled && start_dl_timer(dl_se)) in enqueue_dl_entity()