Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Ddeadline.c438 struct dl_rq *dl_rq = &rq->dl; in task_non_contending() local
500 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in task_contending() local
551 void init_dl_rq(struct dl_rq *dl_rq) in init_dl_rq()
639 struct dl_rq *dl_rq = &rq->dl; in dequeue_pushable_dl_task() local
824 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in setup_new_dl_entity() local
869 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in replenish_dl_entity() local
1140 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in start_dl_timer() local
1989 struct dl_rq *dl_rq = dl_rq_of_se(dl_se); in __enqueue_dl_entity() local
2387 struct dl_rq *dl_rq = &rq->dl; in set_next_task_dl() local
2425 struct dl_rq *dl_rq = &rq->dl; in __pick_task_dl() local
[all …]
H A Dsched.h834 struct dl_rq { struct
836 struct rb_root_cached root;
847 struct {
850 } earliest_dl;
852 bool overloaded;
861 struct dl_bw dl_bw;
868 u64 running_bw;
879 u64 this_bw;
880 u64 extra_bw;
886 u64 max_bw;
[all …]
H A Ddebug.c917 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq()