Lines Matching defs:dl_rq

28 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq)  in rq_of_dl_rq()
140 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw()
153 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw()
167 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw()
177 void __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_rq_bw()
190 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw()
197 void sub_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_rq_bw()
204 void add_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_running_bw()
211 void sub_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_running_bw()
302 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_non_contending() local
356 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_contending() local
391 static inline int is_leftmost(struct task_struct *p, struct dl_rq *dl_rq) in is_leftmost()
419 void init_dl_rq(struct dl_rq *dl_rq) in init_dl_rq()
471 static void update_dl_migration(struct dl_rq *dl_rq) in update_dl_migration()
484 static void inc_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_migration()
494 static void dec_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_migration()
510 struct dl_rq *dl_rq = &rq->dl; in enqueue_pushable_dl_task() local
540 struct dl_rq *dl_rq = &rq->dl; in dequeue_pushable_dl_task() local
675 void inc_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_migration()
680 void dec_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_migration()
720 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in setup_new_dl_entity() local
763 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in replenish_dl_entity() local
947 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in update_dl_entity() local
1394 static void inc_dl_deadline(struct dl_rq *dl_rq, u64 deadline) in inc_dl_deadline()
1405 static void dec_dl_deadline(struct dl_rq *dl_rq, u64 deadline) in dec_dl_deadline()
1429 static inline void inc_dl_deadline(struct dl_rq *dl_rq, u64 deadline) {} in inc_dl_deadline()
1430 static inline void dec_dl_deadline(struct dl_rq *dl_rq, u64 deadline) {} in dec_dl_deadline()
1435 void inc_dl_tasks(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_tasks()
1449 void dec_dl_tasks(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_tasks()
1464 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in __enqueue_dl_entity() local
1491 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in __dequeue_dl_entity() local
1847 struct dl_rq *dl_rq) in pick_next_dl_entity()
1860 struct dl_rq *dl_rq = &rq->dl; in pick_next_task_dl() local
2580 static void init_dl_rq_bw_ratio(struct dl_rq *dl_rq) in init_dl_rq_bw_ratio()