Home
last modified time | relevance | path

Searched refs:is_dl_boosted (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/sched/
H A Ddeadline.c86 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted() function
96 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted() function
793 WARN_ON(is_dl_boosted(dl_se)); in setup_new_dl_entity()
1021 !is_dl_boosted(dl_se))) { in update_dl_entity()
1125 if (is_dl_boosted(dl_se)) in dl_task_timer()
1243 if (unlikely(is_dl_boosted(dl_se) || !start_dl_timer(p))) in dl_check_constrained_dl()
1366 if (unlikely(is_dl_boosted(dl_se) || !start_dl_timer(curr))) in update_curr_dl()
1663 if (is_dl_boosted(&p->dl)) { in enqueue_task_dl()