Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Ddeadline.c62 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq()
234 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw()
247 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw()
261 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw()
271 void __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_rq_bw()
284 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw()
291 void sub_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_rq_bw()
298 void add_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_running_bw()
305 void sub_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_running_bw()
396 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_non_contending() local
[all …]
Dsched.h706 struct dl_rq { struct
708 struct rb_root_cached root;
710 unsigned int dl_nr_running;
719 struct {
722 } earliest_dl;
724 unsigned int dl_nr_migratory;
725 int overloaded;
732 struct rb_root_cached pushable_dl_tasks_root;
734 struct dl_bw dl_bw;
741 u64 running_bw;
[all …]
Ddebug.c739 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq()