Searched defs:rt_rq (Results 1 – 5 of 5) sorted by relevance
60 void init_rt_rq(struct rt_rq *rt_rq, struct rq *rq) in init_rt_rq()103 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) in rq_of_rt_rq()131 void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, in init_tg_rt_entry()160 struct rt_rq *rt_rq; in alloc_rt_sched_group() local207 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) in rq_of_rt_rq()262 static void update_rt_migration(struct rt_rq *rt_rq) in update_rt_migration()275 static void inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in inc_rt_migration()289 static void dec_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in dec_rt_migration()343 void inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in inc_rt_migration()348 void dec_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in dec_rt_migration()[all …]
123 struct rt_rq **rt_rq; member292 struct rt_rq { struct293 struct rt_prio_array active;294 unsigned long rt_nr_running;319 struct list_head leaf_rt_rq_list; argument320 struct task_group *tg;
223 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq()
7363 struct rt_rq *rt_rq = tg->rt_rq[i]; in tg_set_rt_bandwidth() local7476 struct rt_rq *rt_rq = &cpu_rq(i)->rt; in sched_rt_global_constraints() local
1222 struct rt_rq *rt_rq; member