Home
last modified time | relevance | path

Searched refs:dl_rq (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/kernel/sched/
Ddeadline.c28 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq() argument
30 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() argument
50 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() argument
74 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 …]
Ddebug.c268 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq() argument
271 SEQ_printf(m, " .%-30s: %ld\n", "dl_nr_running", dl_rq->dl_nr_running); in print_dl_rq()
Dsched.h474 struct dl_rq { struct
586 struct dl_rq dl;
1676 extern void init_dl_rq(struct dl_rq *dl_rq);