Searched defs:dl_rq (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/kernel/sched/ |
D | deadline.c | 28 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq() 156 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw() 169 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw() 183 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw() 193 void __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_rq_bw() 206 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw() 213 void sub_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_rq_bw() 220 void add_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_running_bw() 227 void sub_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_running_bw() 318 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_non_contending() local [all …]
|
D | sched.h | 678 struct dl_rq { struct 680 struct rb_root_cached root; 682 unsigned int dl_nr_running; 691 struct { 694 } earliest_dl; 696 unsigned int dl_nr_migratory; 697 int overloaded; 704 struct rb_root_cached pushable_dl_tasks_root; 706 struct dl_bw dl_bw; 713 u64 running_bw; [all …]
|
D | debug.c | 684 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq()
|