Searched defs:rt_rq (Results 1 – 4 of 4) sorted by relevance
463 struct rt_rq **rt_rq; member801 struct rt_rq { struct802 struct rt_prio_array active;803 unsigned int rt_nr_running;804 unsigned int rr_nr_running;806 struct {834 static inline bool rt_rq_is_runnable(struct rt_rq *rt_rq) in rt_rq_is_runnable()
885 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq()
1590 struct rt_rq *rt_rq = &rq->rt; in update_curr_dl_se() local
605 struct rt_rq *rt_rq; member