Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Drt.c67 void init_rt_rq(struct rt_rq *rt_rq) in init_rt_rq()
119 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) in rq_of_rt_rq()
131 struct rt_rq *rt_rq = rt_se->rt_rq; in rq_of_rt_se() local
154 void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, in init_tg_rt_entry()
183 struct rt_rq *rt_rq; in alloc_rt_sched_group() local
230 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) in rq_of_rt_rq()
301 static void update_rt_migration(struct rt_rq *rt_rq) in update_rt_migration()
314 static void inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in inc_rt_migration()
331 static void dec_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in dec_rt_migration()
397 void inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in inc_rt_migration()
[all …]
Dsched.h247 struct rt_rq **rt_rq; member
434 struct rt_rq { struct
435 struct rt_prio_array active;
436 unsigned int rt_nr_running;
438 struct {
443 } highest_prio;
446 unsigned long rt_nr_migratory;
447 unsigned long rt_nr_total;
448 int overloaded;
449 struct plist_head pushable_tasks;
[all …]
Ddebug.c246 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq()
Ddeadline.c709 struct rt_rq *rt_rq = &rq->rt; in update_curr_dl() local
Dcore.c7714 struct rt_rq *rt_rq = tg->rt_rq[i]; in tg_set_rt_bandwidth() local
7803 struct rt_rq *rt_rq = &cpu_rq(i)->rt; in sched_rt_global_constraints() local
/linux-4.1.27/include/linux/
Dsched.h1222 struct rt_rq *rt_rq; member