Home
last modified time | relevance | path

Searched defs:rt_rq (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/
H A Dsched.h498 struct rt_rq **rt_rq; member
838 struct rt_rq { struct
839 struct rt_prio_array active;
863 struct task_group *tg; /* this tg has "this" rt_rq on given CPU for runnable entities */ argument
867 static inline bool rt_rq_is_runnable(struct rt_rq *rt_rq) in rt_rq_is_runnable()
H A Ddebug.c993 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq()
H A Ddeadline.c1551 struct rt_rq *rt_rq = &rq->rt; in update_curr_dl_se() local
/linux/include/linux/
H A Dsched.h635 struct rt_rq *rt_rq; member