Home
last modified time | relevance | path

Searched refs:rq_of_dl_rq (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/sched/
H A Ddeadline.c61 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq() function
218 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __add_running_bw()
223 cpufreq_update_util(rq_of_dl_rq(dl_rq), 0); in __add_running_bw()
231 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __sub_running_bw()
237 cpufreq_update_util(rq_of_dl_rq(dl_rq), 0); in __sub_running_bw()
245 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __add_rq_bw()
255 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __sub_rq_bw()
757 struct rq *rq = rq_of_dl_rq(dl_rq); in setup_new_dl_entity()
802 struct rq *rq = rq_of_dl_rq(dl_rq); in replenish_dl_entity()
1065 struct rq *rq = rq_of_dl_rq(dl_rq); in start_dl_timer()
[all …]