Home
last modified time | relevance | path

Searched refs:dl_rq (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/
A Ddeadline.c318 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_non_contending() local
372 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_contending() local
435 void init_dl_rq(struct dl_rq *dl_rq) in init_dl_rq() argument
547 struct dl_rq *dl_rq = &rq->dl; in dequeue_pushable_dl_task() local
722 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in setup_new_dl_entity() local
765 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in replenish_dl_entity() local
949 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in update_dl_entity() local
1913 struct dl_rq *dl_rq = &rq->dl; in set_next_task_dl() local
1935 struct dl_rq *dl_rq) in pick_next_dl_entity() argument
1948 struct dl_rq *dl_rq = &rq->dl; in pick_task_dl() local
[all …]
A Dsched.h682 struct dl_rq { struct
964 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()
A Ddebug.c693 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq() argument
701 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