Searched defs:dl_rq (Results 1 – 3 of 3) sorted by relevance
/linux-6.8/kernel/sched/ |
D | deadline.c | 68 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq() 247 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw() 260 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw() 274 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw() 284 void __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_rq_bw() 297 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw() 304 void sub_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_rq_bw() 311 void add_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_running_bw() 318 void sub_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_running_bw() 411 struct dl_rq *dl_rq = &rq->dl; in task_non_contending() local [all …]
|
D | sched.h | 728 struct dl_rq { struct 730 struct rb_root_cached root; 732 unsigned int dl_nr_running; 741 struct { 744 } earliest_dl; 746 int overloaded; 753 struct rb_root_cached pushable_dl_tasks_root; 755 struct dl_bw dl_bw; 762 u64 running_bw; 773 u64 this_bw; [all …]
|
D | debug.c | 741 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq()
|