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.c71 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq() function
224 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __add_running_bw()
229 cpufreq_update_util(rq_of_dl_rq(dl_rq), 0); in __add_running_bw()
237 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __sub_running_bw()
243 cpufreq_update_util(rq_of_dl_rq(dl_rq), 0); in __sub_running_bw()
251 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __add_rq_bw()
261 lockdep_assert_rq_held(rq_of_dl_rq(dl_rq)); in __sub_rq_bw()
762 struct rq *rq = rq_of_dl_rq(dl_rq); in setup_new_dl_entity()
809 struct rq *rq = rq_of_dl_rq(dl_rq); in replenish_dl_entity()
1080 struct rq *rq = rq_of_dl_rq(dl_rq); in start_dl_timer()
[all …]