Lines Matching defs:dl_rq

28 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq)  in rq_of_dl_rq()
46 static inline int is_leftmost(struct task_struct *p, struct dl_rq *dl_rq) in is_leftmost()
72 void init_dl_rq(struct dl_rq *dl_rq) in init_dl_rq()
120 static void update_dl_migration(struct dl_rq *dl_rq) in update_dl_migration()
133 static void inc_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_migration()
143 static void dec_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_migration()
159 struct dl_rq *dl_rq = &rq->dl; in enqueue_pushable_dl_task() local
188 struct dl_rq *dl_rq = &rq->dl; in dequeue_pushable_dl_task() local
299 void inc_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_migration()
304 void dec_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_migration()
346 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in setup_new_dl_entity() local
382 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in replenish_dl_entity() local
494 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in update_dl_entity() local
797 static void inc_dl_deadline(struct dl_rq *dl_rq, u64 deadline) in inc_dl_deadline()
824 static void dec_dl_deadline(struct dl_rq *dl_rq, u64 deadline) in dec_dl_deadline()
849 static inline void inc_dl_deadline(struct dl_rq *dl_rq, u64 deadline) {} in inc_dl_deadline()
850 static inline void dec_dl_deadline(struct dl_rq *dl_rq, u64 deadline) {} in dec_dl_deadline()
855 void inc_dl_tasks(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_tasks()
869 void dec_dl_tasks(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_tasks()
884 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in __enqueue_dl_entity() local
914 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in __dequeue_dl_entity() local
1145 struct dl_rq *dl_rq) in pick_next_dl_entity()
1159 struct dl_rq *dl_rq; in pick_next_task_dl() local