Home
last modified time | relevance | path

Searched defs:dl_rq (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/
H A Ddeadline.c67 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq()
246 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw()
259 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw()
273 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw()
283 void __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_rq_bw()
296 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw()
303 void sub_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_rq_bw()
310 void add_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_running_bw()
317 void sub_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_running_bw()
438 struct dl_rq *dl_rq = &rq->dl; in task_non_contending() local
[all …]
H A Dsched.h840 struct dl_rq { struct
842 struct rb_root_cached root;
844 unsigned int dl_nr_running;
853 struct {
856 } earliest_dl;
858 bool overloaded;
865 struct rb_root_cached pushable_dl_tasks_root;
867 struct dl_bw dl_bw;
874 u64 running_bw;
885 u64 this_bw;
[all …]
H A Ddebug.c915 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq()