Searched defs:dl_rq (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | deadline.c | 28 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq() 140 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw() 153 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw() 167 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw() 177 void __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_rq_bw() 190 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw() 197 void sub_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_rq_bw() 204 void add_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_running_bw() 211 void sub_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_running_bw() 302 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_non_contending() local [all …]
|
| H A D | sched.h | 675 struct dl_rq { struct 677 struct rb_root_cached root; 679 unsigned long dl_nr_running; 688 struct { 691 } earliest_dl; 693 unsigned long dl_nr_migratory; 694 int overloaded; 701 struct rb_root_cached pushable_dl_tasks_root; 703 struct dl_bw dl_bw; 710 u64 running_bw; [all …]
|
| H A D | debug.c | 664 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq()
|