Home
last modified time | relevance | path

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

/linux-3.3/kernel/sched/
Drt.c60 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() local
207 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 …]
Dsched.h123 struct rt_rq **rt_rq; member
292 struct rt_rq { struct
293 struct rt_prio_array active;
294 unsigned long rt_nr_running;
319 struct list_head leaf_rt_rq_list; argument
320 struct task_group *tg;
Ddebug.c223 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq()
Dcore.c7363 struct rt_rq *rt_rq = tg->rt_rq[i]; in tg_set_rt_bandwidth() local
7476 struct rt_rq *rt_rq = &cpu_rq(i)->rt; in sched_rt_global_constraints() local
/linux-3.3/include/linux/
Dsched.h1222 struct rt_rq *rt_rq; member