Home
last modified time | relevance | path

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

/kernel/sched/
Drt.c80 void init_rt_rq(struct rt_rq *rt_rq) in init_rt_rq()
125 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) in rq_of_rt_rq()
137 struct rt_rq *rt_rq = rt_se->rt_rq; in rq_of_rt_se() local
160 void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, in init_tg_rt_entry()
189 struct rt_rq *rt_rq; in alloc_rt_sched_group() local
236 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) in rq_of_rt_rq()
307 static void update_rt_migration(struct rt_rq *rt_rq) in update_rt_migration()
320 static void inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in inc_rt_migration()
337 static void dec_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in dec_rt_migration()
413 void inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) in inc_rt_migration()
[all …]
Dsched.h321 struct rt_rq **rt_rq; member
516 struct rt_rq { struct
517 struct rt_prio_array active;
518 unsigned int rt_nr_running;
519 unsigned int rr_nr_running;
521 struct {
526 } highest_prio;
529 unsigned long rt_nr_migratory;
530 unsigned long rt_nr_total;
531 int overloaded;
[all …]
Ddebug.c659 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq()
Ddeadline.c1179 struct rt_rq *rt_rq = &rq->rt; in update_curr_dl() local
Dfair.c3008 struct rt_rq *rt_rq) in ___update_load_avg()
3488 int update_rt_rq_load_avg(u64 now, int cpu, struct rt_rq *rt_rq, int running) in update_rt_rq_load_avg()
3823 int update_rt_rq_load_avg(u64 now, int cpu, struct rt_rq *rt_rq, int running) in update_rt_rq_load_avg()
5920 struct rt_rq *rt_rq = &(cpu_rq(cpu)->rt); in cpu_util_rt() local