Searched refs:rq_of_dl_rq (Results 1 – 1 of 1) sorted by relevance
62 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq() function238 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __add_running_bw()243 cpufreq_update_util(rq_of_dl_rq(dl_rq), 0); in __add_running_bw()251 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __sub_running_bw()257 cpufreq_update_util(rq_of_dl_rq(dl_rq), 0); in __sub_running_bw()265 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __add_rq_bw()275 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __sub_rq_bw()397 struct rq *rq = rq_of_dl_rq(dl_rq); in task_non_contending()560 dl_set_overload(rq_of_dl_rq(dl_rq)); in update_dl_migration()564 dl_clear_overload(rq_of_dl_rq(dl_rq)); in update_dl_migration()[all …]