Searched defs:dl_rq (Results 1 – 3 of 3) sorted by relevance
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() local188 struct dl_rq *dl_rq = &rq->dl; in dequeue_pushable_dl_task() local299 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()[all …]
477 struct dl_rq { struct479 struct rb_root rb_root;480 struct rb_node *rb_leftmost;482 unsigned long dl_nr_running;491 struct {494 } earliest_dl;496 unsigned long dl_nr_migratory;497 int overloaded;504 struct rb_root pushable_dl_tasks_root;505 struct rb_node *pushable_dl_tasks_leftmost;[all …]
259 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq()