Searched refs: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() argument30 return container_of(dl_rq, struct rq, dl); in rq_of_dl_rq()33 static inline struct dl_rq *dl_rq_of_se(struct sched_dl_entity *dl_se) in dl_rq_of_se()46 static inline int is_leftmost(struct task_struct *p, struct dl_rq *dl_rq) in is_leftmost() argument50 return dl_rq->rb_leftmost == &dl_se->rb_node; in is_leftmost()72 void init_dl_rq(struct dl_rq *dl_rq) in init_dl_rq() argument74 dl_rq->rb_root = RB_ROOT; in init_dl_rq()78 dl_rq->earliest_dl.curr = dl_rq->earliest_dl.next = 0; in init_dl_rq()80 dl_rq->dl_nr_migratory = 0; in init_dl_rq()81 dl_rq->overloaded = 0; in init_dl_rq()[all …]
259 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq() argument262 SEQ_printf(m, " .%-30s: %ld\n", "dl_nr_running", dl_rq->dl_nr_running); in print_dl_rq()
477 struct dl_rq { struct589 struct dl_rq dl;1711 extern void init_dl_rq(struct dl_rq *dl_rq);