Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Drt.c71 void init_rt_rq(struct rt_rq *rt_rq) in init_rt_rq()
123 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) in rq_of_rt_rq()
135 struct rt_rq *rt_rq = rt_se->rt_rq; in rq_of_rt_se() local
158 void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, in init_tg_rt_entry()
187 struct rt_rq *rt_rq; in alloc_rt_sched_group() local
234 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) in rq_of_rt_rq()
305 static void update_rt_migration(struct rt_rq *rt_rq) in update_rt_migration()
318 static void inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in inc_rt_migration()
335 static void dec_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in dec_rt_migration()
411 void inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in inc_rt_migration()
[all …]
Dsched.h257 struct rt_rq **rt_rq; member
437 struct rt_rq { struct
438 struct rt_prio_array active;
439 unsigned int rt_nr_running;
441 struct {
446 } highest_prio;
449 unsigned long rt_nr_migratory;
450 unsigned long rt_nr_total;
451 int overloaded;
452 struct plist_head pushable_tasks;
[all …]
Ddebug.c237 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq()
Ddeadline.c769 struct rt_rq *rt_rq = &rq->rt; in update_curr_dl() local
Dcore.c7949 struct rt_rq *rt_rq = tg->rt_rq[i]; in tg_set_rt_bandwidth() local
8038 struct rt_rq *rt_rq = &cpu_rq(i)->rt; in sched_rt_global_constraints() local
/linux-4.4.14/include/linux/
Dsched.h1288 struct rt_rq *rt_rq; member