Searched defs:dl_rq (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
D | deadline.c | 29 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq() 141 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw() 154 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw() 168 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw() 178 void __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_rq_bw() 191 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw() 198 void sub_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_rq_bw() 205 void add_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_running_bw() 212 void sub_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_running_bw() 303 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_non_contending() local [all …]
|
D | sched.h | 760 struct dl_rq { struct 762 struct rb_root_cached root; 764 unsigned long dl_nr_running; 773 struct { 776 } earliest_dl; 778 unsigned long dl_nr_migratory; 779 int overloaded; 786 struct rb_root_cached pushable_dl_tasks_root; 788 struct dl_bw dl_bw; 795 u64 running_bw; [all …]
|
D | debug.c | 662 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq()
|