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() local280 void inc_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_migration()285 void dec_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_migration()[all …]
474 struct dl_rq { struct476 struct rb_root rb_root;477 struct rb_node *rb_leftmost;479 unsigned long dl_nr_running;488 struct {491 } earliest_dl;493 unsigned long dl_nr_migratory;494 int overloaded;501 struct rb_root pushable_dl_tasks_root;502 struct rb_node *pushable_dl_tasks_leftmost;[all …]
268 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq()