Searched defs:dl_rq (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/sched/ |
H A D | deadline.c | 71 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq() 220 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw() 233 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw() 247 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw() 257 void __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_rq_bw() 270 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw() 277 void sub_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_rq_bw() 284 void add_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_running_bw() 291 void sub_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_running_bw() 412 struct dl_rq *dl_rq = &rq->dl; in task_non_contending() local [all …]
|
H A D | sched.h | 836 struct dl_rq { global() struct 838 rootdl_rq global() argument 840 dl_nr_runningdl_rq global() argument 848 __anon83abaf990308dl_rq global() argument 851 earliest_dldl_rq global() argument 853 overloadeddl_rq global() argument 860 pushable_dl_tasks_rootdl_rq global() argument 867 running_bwdl_rq global() argument 878 this_bwdl_rq global() argument 879 extra_bwdl_rq global() argument 885 max_bwdl_rq global() argument 891 bw_ratiodl_rq global() argument
|
H A D | debug.c | 906 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq()
|