Lines Matching defs:dl_rq

62 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq)  in rq_of_dl_rq()
234 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw()
247 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw()
261 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw()
271 void __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_rq_bw()
284 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw()
291 void sub_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_rq_bw()
298 void add_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_running_bw()
305 void sub_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_running_bw()
396 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_non_contending() local
450 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_contending() local
485 static inline int is_leftmost(struct task_struct *p, struct dl_rq *dl_rq) in is_leftmost()
504 void init_dl_rq(struct dl_rq *dl_rq) in init_dl_rq()
556 static void update_dl_migration(struct dl_rq *dl_rq) in update_dl_migration()
569 static void inc_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_migration()
579 static void dec_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_migration()
616 struct dl_rq *dl_rq = &rq->dl; in dequeue_pushable_dl_task() local
746 void inc_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_migration()
751 void dec_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_migration()
790 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in setup_new_dl_entity() local
832 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in replenish_dl_entity() local
1013 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in update_dl_entity() local
1454 static void inc_dl_deadline(struct dl_rq *dl_rq, u64 deadline) in inc_dl_deadline()
1467 static void dec_dl_deadline(struct dl_rq *dl_rq, u64 deadline) in dec_dl_deadline()
1491 static inline void inc_dl_deadline(struct dl_rq *dl_rq, u64 deadline) {} in inc_dl_deadline()
1492 static inline void dec_dl_deadline(struct dl_rq *dl_rq, u64 deadline) {} in dec_dl_deadline()
1497 void inc_dl_tasks(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_tasks()
1511 void dec_dl_tasks(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_tasks()
1536 update_stats_wait_start_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se) in update_stats_wait_start_dl()
1548 update_stats_wait_end_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se) in update_stats_wait_end_dl()
1560 update_stats_enqueue_sleeper_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se) in update_stats_enqueue_sleeper_dl()
1572 update_stats_enqueue_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se, in update_stats_enqueue_dl()
1583 update_stats_dequeue_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se, in update_stats_dequeue_dl()
1607 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in __enqueue_dl_entity() local
1618 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in __dequeue_dl_entity() local
1975 struct dl_rq *dl_rq = &rq->dl; in set_next_task_dl() local
1996 static struct sched_dl_entity *pick_next_dl_entity(struct dl_rq *dl_rq) in pick_next_dl_entity()
2009 struct dl_rq *dl_rq = &rq->dl; in pick_task_dl() local
2036 struct dl_rq *dl_rq = &rq->dl; in put_prev_task_dl() local
2799 static void init_dl_rq_bw_ratio(struct dl_rq *dl_rq) in init_dl_rq_bw_ratio()