Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Ddeadline.c28 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq() function
83 lockdep_assert_held(&(rq_of_dl_rq(dl_rq))->lock); in __add_running_bw()
88 cpufreq_update_util(rq_of_dl_rq(dl_rq), 0); in __add_running_bw()
96 lockdep_assert_held(&(rq_of_dl_rq(dl_rq))->lock); in __sub_running_bw()
102 cpufreq_update_util(rq_of_dl_rq(dl_rq), 0); in __sub_running_bw()
110 lockdep_assert_held(&(rq_of_dl_rq(dl_rq))->lock); in __add_rq_bw()
120 lockdep_assert_held(&(rq_of_dl_rq(dl_rq))->lock); in __sub_rq_bw()
242 struct rq *rq = rq_of_dl_rq(dl_rq); in task_non_contending()
412 dl_set_overload(rq_of_dl_rq(dl_rq)); in update_dl_migration()
416 dl_clear_overload(rq_of_dl_rq(dl_rq)); in update_dl_migration()
[all …]