Lines Matching refs:rq_of_dl_rq
28 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq() function
144 lockdep_assert_held(&(rq_of_dl_rq(dl_rq))->lock); in __add_running_bw()
149 cpufreq_update_util(rq_of_dl_rq(dl_rq), 0); in __add_running_bw()
157 lockdep_assert_held(&(rq_of_dl_rq(dl_rq))->lock); in __sub_running_bw()
163 cpufreq_update_util(rq_of_dl_rq(dl_rq), 0); in __sub_running_bw()
171 lockdep_assert_held(&(rq_of_dl_rq(dl_rq))->lock); in __add_rq_bw()
181 lockdep_assert_held(&(rq_of_dl_rq(dl_rq))->lock); in __sub_rq_bw()
303 struct rq *rq = rq_of_dl_rq(dl_rq); in task_non_contending()
475 dl_set_overload(rq_of_dl_rq(dl_rq)); in update_dl_migration()
479 dl_clear_overload(rq_of_dl_rq(dl_rq)); in update_dl_migration()
721 struct rq *rq = rq_of_dl_rq(dl_rq); in setup_new_dl_entity()
764 struct rq *rq = rq_of_dl_rq(dl_rq); in replenish_dl_entity()
948 struct rq *rq = rq_of_dl_rq(dl_rq); in update_dl_entity()
1174 struct rq *rq = rq_of_dl_rq(dl_rq_of_se(dl_se)); in dl_check_constrained_dl()
1396 struct rq *rq = rq_of_dl_rq(dl_rq); in inc_dl_deadline()
1407 struct rq *rq = rq_of_dl_rq(dl_rq); in dec_dl_deadline()
1442 add_nr_running(rq_of_dl_rq(dl_rq), 1); in inc_dl_tasks()
1456 sub_nr_running(rq_of_dl_rq(dl_rq), 1); in dec_dl_tasks()
1519 rq_clock(rq_of_dl_rq(dl_rq_of_se(dl_se))))) { in enqueue_dl_entity()