Lines Matching refs:rq_of_dl_rq
30 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq() function
162 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __add_running_bw()
167 cpufreq_update_util(rq_of_dl_rq(dl_rq), 0); in __add_running_bw()
175 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __sub_running_bw()
181 cpufreq_update_util(rq_of_dl_rq(dl_rq), 0); in __sub_running_bw()
189 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __add_rq_bw()
199 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __sub_rq_bw()
321 struct rq *rq = rq_of_dl_rq(dl_rq); in task_non_contending()
493 dl_set_overload(rq_of_dl_rq(dl_rq)); in update_dl_migration()
497 dl_clear_overload(rq_of_dl_rq(dl_rq)); in update_dl_migration()
725 struct rq *rq = rq_of_dl_rq(dl_rq); in setup_new_dl_entity()
768 struct rq *rq = rq_of_dl_rq(dl_rq); in replenish_dl_entity()
952 struct rq *rq = rq_of_dl_rq(dl_rq); in update_dl_entity()
1178 struct rq *rq = rq_of_dl_rq(dl_rq_of_se(dl_se)); in dl_check_constrained_dl()
1400 struct rq *rq = rq_of_dl_rq(dl_rq); in inc_dl_deadline()
1413 struct rq *rq = rq_of_dl_rq(dl_rq); in dec_dl_deadline()
1449 add_nr_running(rq_of_dl_rq(dl_rq), 1); in inc_dl_tasks()
1463 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()