Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/sched/
Ddeadline.c60 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq()
232 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw()
245 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw()
259 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw()
269 void __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_rq_bw()
282 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw()
289 void sub_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_rq_bw()
296 void add_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_running_bw()
303 void sub_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_running_bw()
394 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_non_contending() local
[all …]
Dsched.h704 struct dl_rq { struct
706 struct rb_root_cached root;
708 unsigned int dl_nr_running;
717 struct {
720 } earliest_dl;
722 unsigned int dl_nr_migratory;
723 int overloaded;
730 struct rb_root_cached pushable_dl_tasks_root;
732 struct dl_bw dl_bw;
739 u64 running_bw;
[all …]
Ddebug.c693 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq()