Searched defs:dl_rq (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/sched/ |
| H A D | deadline.c | 61 static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq) in rq_of_dl_rq() argument 214 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw() argument 227 __sub_running_bw(u64 dl_bw,struct dl_rq * dl_rq) __sub_running_bw() argument 241 __add_rq_bw(u64 dl_bw,struct dl_rq * dl_rq) __add_rq_bw() argument 251 __sub_rq_bw(u64 dl_bw,struct dl_rq * dl_rq) __sub_rq_bw() argument 264 add_rq_bw(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) add_rq_bw() argument 271 sub_rq_bw(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) sub_rq_bw() argument 278 add_running_bw(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) add_running_bw() argument 285 sub_running_bw(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) sub_running_bw() argument 406 struct dl_rq *dl_rq = &rq->dl; task_non_contending() local 468 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); task_contending() local 502 is_leftmost(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) is_leftmost() argument 519 init_dl_rq(struct dl_rq * dl_rq) init_dl_rq() argument 601 struct dl_rq *dl_rq = &rq->dl; dequeue_pushable_dl_task() local 756 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); setup_new_dl_entity() local 801 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); replenish_dl_entity() local 1064 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); start_dl_timer() local 2025 inc_dl_deadline(struct dl_rq * dl_rq,u64 deadline) inc_dl_deadline() argument 2038 dec_dl_deadline(struct dl_rq * dl_rq,u64 deadline) dec_dl_deadline() argument 2061 inc_dl_tasks(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) inc_dl_tasks() argument 2074 dec_dl_tasks(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) dec_dl_tasks() argument 2103 update_stats_wait_start_dl(struct dl_rq * dl_rq,struct sched_dl_entity * dl_se) update_stats_wait_start_dl() argument 2111 update_stats_wait_end_dl(struct dl_rq * dl_rq,struct sched_dl_entity * dl_se) update_stats_wait_end_dl() argument 2119 update_stats_enqueue_sleeper_dl(struct dl_rq * dl_rq,struct sched_dl_entity * dl_se) update_stats_enqueue_sleeper_dl() argument 2127 update_stats_enqueue_dl(struct dl_rq * dl_rq,struct sched_dl_entity * dl_se,int flags) update_stats_enqueue_dl() argument 2138 update_stats_dequeue_dl(struct dl_rq * dl_rq,struct sched_dl_entity * dl_se,int flags) update_stats_dequeue_dl() argument 2166 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); __enqueue_dl_entity() local 2177 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); __dequeue_dl_entity() local 2206 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); enqueue_dl_entity() local 2274 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); dequeue_dl_entity() local 2568 struct dl_rq *dl_rq = &rq->dl; set_next_task_dl() local 2589 pick_next_dl_entity(struct dl_rq * dl_rq) pick_next_dl_entity() argument 2606 struct dl_rq *dl_rq = &rq->dl; __pick_task_dl() local 2638 struct dl_rq *dl_rq = &rq->dl; put_prev_task_dl() local 3507 init_dl_rq_bw_ratio(struct dl_rq * dl_rq) init_dl_rq_bw_ratio() argument [all...] |
| H A D | sched.h | 875 struct dl_rq { argument 873 struct dl_rq { global() struct 877 dl_nr_runningdl_rq global() argument 885 __anon83abaf990308dl_rq global() argument 888 earliest_dldl_rq global() argument 890 overloadeddl_rq global() argument 897 pushable_dl_tasks_rootdl_rq global() argument 904 running_bwdl_rq global() argument 915 this_bwdl_rq global() argument 916 extra_bwdl_rq global() argument 922 max_bwdl_rq global() argument 928 bw_ratiodl_rq global() argument
|
| H A D | debug.c | 1023 print_dl_rq(struct seq_file * m,int cpu,struct dl_rq * dl_rq) print_dl_rq() argument
|