Searched defs:dl_rq (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/sched/ |
| H A D | deadline.c | 71 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq() argument 211 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw() argument 224 __sub_running_bw(u64 dl_bw,struct dl_rq * dl_rq) __sub_running_bw() argument 238 __add_rq_bw(u64 dl_bw,struct dl_rq * dl_rq) __add_rq_bw() argument 248 __sub_rq_bw(u64 dl_bw,struct dl_rq * dl_rq) __sub_rq_bw() argument 261 add_rq_bw(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) add_rq_bw() argument 268 sub_rq_bw(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) sub_rq_bw() argument 275 add_running_bw(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) add_running_bw() argument 282 sub_running_bw(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) sub_running_bw() argument 403 struct dl_rq *dl_rq = &rq->dl; task_non_contending() local 465 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); task_contending() local 499 is_leftmost(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) is_leftmost() argument 516 init_dl_rq(struct dl_rq * dl_rq) init_dl_rq() argument 598 struct dl_rq *dl_rq = &rq->dl; dequeue_pushable_dl_task() local 752 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); setup_new_dl_entity() local 797 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); replenish_dl_entity() local 1074 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); start_dl_timer() local 2017 inc_dl_deadline(struct dl_rq * dl_rq,u64 deadline) inc_dl_deadline() argument 2030 dec_dl_deadline(struct dl_rq * dl_rq,u64 deadline) dec_dl_deadline() argument 2053 inc_dl_tasks(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) inc_dl_tasks() argument 2066 dec_dl_tasks(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) dec_dl_tasks() argument 2095 update_stats_wait_start_dl(struct dl_rq * dl_rq,struct sched_dl_entity * dl_se) update_stats_wait_start_dl() argument 2103 update_stats_wait_end_dl(struct dl_rq * dl_rq,struct sched_dl_entity * dl_se) update_stats_wait_end_dl() argument 2111 update_stats_enqueue_sleeper_dl(struct dl_rq * dl_rq,struct sched_dl_entity * dl_se) update_stats_enqueue_sleeper_dl() argument 2119 update_stats_enqueue_dl(struct dl_rq * dl_rq,struct sched_dl_entity * dl_se,int flags) update_stats_enqueue_dl() argument 2130 update_stats_dequeue_dl(struct dl_rq * dl_rq,struct sched_dl_entity * dl_se,int flags) update_stats_dequeue_dl() argument 2154 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); __enqueue_dl_entity() local 2165 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); __dequeue_dl_entity() local 2194 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); enqueue_dl_entity() local 2262 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); dequeue_dl_entity() local 2549 struct dl_rq *dl_rq = &rq->dl; set_next_task_dl() local 2570 pick_next_dl_entity(struct dl_rq * dl_rq) pick_next_dl_entity() argument 2587 struct dl_rq *dl_rq = &rq->dl; __pick_task_dl() local 2619 struct dl_rq *dl_rq = &rq->dl; put_prev_task_dl() local 3444 init_dl_rq_bw_ratio(struct dl_rq * dl_rq) init_dl_rq_bw_ratio() argument [all...] |
| H A D | sched.h | 863 struct dl_rq { argument 861 struct dl_rq { global() struct 865 dl_nr_runningdl_rq global() argument 873 __anon83abaf990308dl_rq global() argument 876 earliest_dldl_rq global() argument 878 overloadeddl_rq global() argument 885 pushable_dl_tasks_rootdl_rq global() argument 892 running_bwdl_rq global() argument 903 this_bwdl_rq global() argument 904 extra_bwdl_rq global() argument 910 max_bwdl_rq global() argument 916 bw_ratiodl_rq global() argument
|