Searched defs:dl_rq (Results 1 – 3 of 3) sorted by relevance
394 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_non_contending() local448 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_contending() local509 void init_dl_rq(struct dl_rq *dl_rq) in init_dl_rq()621 struct dl_rq *dl_rq = &rq->dl; in dequeue_pushable_dl_task() local795 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in setup_new_dl_entity() local837 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in replenish_dl_entity() local1018 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in update_dl_entity() local1616 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in __enqueue_dl_entity() local1984 struct dl_rq *dl_rq = &rq->dl; in set_next_task_dl() local2018 struct dl_rq *dl_rq = &rq->dl; in pick_task_dl() local[all …]
707 struct dl_rq { struct709 struct rb_root_cached root;711 unsigned int dl_nr_running;720 struct {723 } earliest_dl;726 int overloaded;735 struct dl_bw dl_bw;742 u64 running_bw;753 u64 this_bw;754 u64 extra_bw;[all …]
693 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq()
Completed in 19 milliseconds