Searched refs:dl_rq (Results 1 – 3 of 3) sorted by relevance
61 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq() argument63 return container_of(dl_rq, struct rq, dl); in rq_of_dl_rq()76 static inline struct dl_rq *dl_rq_of_se(struct sched_dl_entity *dl_se) in dl_rq_of_se()214 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw() argument216 u64 old = dl_rq->running_bw; in __add_running_bw()218 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __add_running_bw()219 dl_rq->running_bw += dl_bw; in __add_running_bw()220 WARN_ON_ONCE(dl_rq->running_bw < old); /* overflow */ in __add_running_bw()221 WARN_ON_ONCE(dl_rq->running_bw > dl_rq->this_bw); in __add_running_bw()223 cpufreq_update_util(rq_of_dl_rq(dl_rq), 0); in __add_running_bw()[all …]
899 struct dl_rq { struct1213 struct dl_rq dl;3442 extern void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq);3455 extern void init_dl_rq(struct dl_rq *dl_rq);
34 dl_rq = rq.dl