Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/sched/
Ddeadline.c84 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted() function
94 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted() function
798 WARN_ON(is_dl_boosted(dl_se)); in setup_new_dl_entity()
1026 !is_dl_boosted(dl_se))) { in update_dl_entity()
1130 if (is_dl_boosted(dl_se)) in dl_task_timer()
1248 if (unlikely(is_dl_boosted(dl_se) || !start_dl_timer(p))) in dl_check_constrained_dl()
1375 if (unlikely(is_dl_boosted(dl_se) || !start_dl_timer(curr))) in update_curr_dl()
1672 if (is_dl_boosted(&p->dl)) { in enqueue_task_dl()