Searched refs:dl_rq (Results 1 – 3 of 3) sorted by relevance
318 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_non_contending() local372 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_contending() local435 void init_dl_rq(struct dl_rq *dl_rq) in init_dl_rq() argument547 struct dl_rq *dl_rq = &rq->dl; in dequeue_pushable_dl_task() local722 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in setup_new_dl_entity() local765 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in replenish_dl_entity() local949 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in update_dl_entity() local1913 struct dl_rq *dl_rq = &rq->dl; in set_next_task_dl() local1935 struct dl_rq *dl_rq) in pick_next_dl_entity() argument1948 struct dl_rq *dl_rq = &rq->dl; in pick_task_dl() local[all …]
682 struct dl_rq { struct964 struct dl_rq dl;2671 extern void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq);2687 extern void init_dl_rq(struct dl_rq *dl_rq);2741 struct dl_rq *dl = container_of(dl_b, struct dl_rq, dl_bw); in __dl_update()
693 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq() argument701 SEQ_printf(m, " .%-30s: %lu\n", #x, (unsigned long)(dl_rq->x)) in print_dl_rq()708 dl_bw = &dl_rq->dl_bw; in print_dl_rq()
Completed in 23 milliseconds