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.h836 struct dl_rq { struct
838 rootdl_rq global() argument
840 dl_nr_runningdl_rq global() argument
849 __anon83abaf990308dl_rq global() argument
852 earliest_dldl_rq global() argument
854 overloadeddl_rq global() argument
861 pushable_dl_tasks_rootdl_rq global() argument
863 dl_bwdl_rq global() argument
870 running_bwdl_rq global() argument
881 this_bwdl_rq global() argument
882 extra_bwdl_rq global() argument
888 max_bwdl_rq global() argument
894 bw_ratiodl_rq global() argument
H A Ddebug.c917 print_dl_rq(struct seq_file * m,int cpu,struct dl_rq * dl_rq) print_dl_rq() argument