start_dl_timer
if (unlikely(is_dl_boosted(dl_se) || !start_dl_timer(dl_se)))
WARN_ON_ONCE(!start_dl_timer(dl_se));
if (unlikely(is_dl_boosted(dl_se) || !start_dl_timer(dl_se))) {
start_dl_timer(dl_se);
if (dl_se->dl_throttled && start_dl_timer(dl_se))
static int start_dl_timer(struct sched_dl_entity *dl_se);
if (!start_dl_timer(dl_se)) {