Searched defs:dl_rq (Results 1 – 3 of 3) 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 220 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw() argument 233 __sub_running_bw(u64 dl_bw,struct dl_rq * dl_rq) __sub_running_bw() argument 247 __add_rq_bw(u64 dl_bw,struct dl_rq * dl_rq) __add_rq_bw() argument 257 __sub_rq_bw(u64 dl_bw,struct dl_rq * dl_rq) __sub_rq_bw() argument 270 add_rq_bw(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) add_rq_bw() argument 277 sub_rq_bw(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) sub_rq_bw() argument 284 add_running_bw(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) add_running_bw() argument 291 sub_running_bw(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) sub_running_bw() argument 412 struct dl_rq *dl_rq = &rq->dl; task_non_contending() local 474 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); task_contending() local 508 is_leftmost(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) is_leftmost() argument 525 init_dl_rq(struct dl_rq * dl_rq) init_dl_rq() argument 607 struct dl_rq *dl_rq = &rq->dl; dequeue_pushable_dl_task() local 761 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); setup_new_dl_entity() local 808 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); replenish_dl_entity() local 1079 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); start_dl_timer() local 1811 inc_dl_deadline(struct dl_rq * dl_rq,u64 deadline) inc_dl_deadline() argument 1824 dec_dl_deadline(struct dl_rq * dl_rq,u64 deadline) dec_dl_deadline() argument 1847 inc_dl_tasks(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) inc_dl_tasks() argument 1858 dec_dl_tasks(struct sched_dl_entity * dl_se,struct dl_rq * dl_rq) dec_dl_tasks() argument 1885 update_stats_wait_start_dl(struct dl_rq * dl_rq,struct sched_dl_entity * dl_se) update_stats_wait_start_dl() argument 1893 update_stats_wait_end_dl(struct dl_rq * dl_rq,struct sched_dl_entity * dl_se) update_stats_wait_end_dl() argument 1901 update_stats_enqueue_sleeper_dl(struct dl_rq * dl_rq,struct sched_dl_entity * dl_se) update_stats_enqueue_sleeper_dl() argument 1909 update_stats_enqueue_dl(struct dl_rq * dl_rq,struct sched_dl_entity * dl_se,int flags) update_stats_enqueue_dl() argument 1920 update_stats_dequeue_dl(struct dl_rq * dl_rq,struct sched_dl_entity * dl_se,int flags) update_stats_dequeue_dl() argument 1944 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); __enqueue_dl_entity() local 1955 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); __dequeue_dl_entity() local 1984 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); enqueue_dl_entity() local 2052 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); dequeue_dl_entity() local 2340 struct dl_rq *dl_rq = &rq->dl; set_next_task_dl() local 2361 pick_next_dl_entity(struct dl_rq * dl_rq) pick_next_dl_entity() argument 2378 struct dl_rq *dl_rq = &rq->dl; __pick_task_dl() local 2413 struct dl_rq *dl_rq = &rq->dl; put_prev_task_dl() local 3169 init_dl_rq_bw_ratio(struct dl_rq * dl_rq) init_dl_rq_bw_ratio() argument [all...] |
H A D | sched.h | 833 struct dl_rq { struct 835 rootdl_rq global() argument 837 dl_nr_runningdl_rq global() argument 845 __anon2a8854610308dl_rq global() argument 848 earliest_dldl_rq global() argument 850 overloadeddl_rq global() argument 857 pushable_dl_tasks_rootdl_rq global() argument 864 running_bwdl_rq global() argument 875 this_bwdl_rq global() argument 876 extra_bwdl_rq global() argument 882 max_bwdl_rq global() argument 888 bw_ratiodl_rq global() argument
|
H A D | debug.c | 906 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq() argument
|