Searched refs:rt_rq (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/kernel/ |
D | sched_rt.c | 18 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) in rq_of_rt_rq() argument 20 return rt_rq->rq; in rq_of_rt_rq() 23 static inline struct rt_rq *rt_rq_of_se(struct sched_rt_entity *rt_se) in rt_rq_of_se() 25 return rt_se->rt_rq; in rt_rq_of_se() 37 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) in rq_of_rt_rq() argument 39 return container_of(rt_rq, struct rq, rt); in rq_of_rt_rq() 42 static inline struct rt_rq *rt_rq_of_se(struct sched_rt_entity *rt_se) in rt_rq_of_se() 86 static void update_rt_migration(struct rt_rq *rt_rq) in update_rt_migration() argument 88 if (rt_rq->rt_nr_migratory && rt_rq->rt_nr_total > 1) { in update_rt_migration() 89 if (!rt_rq->overloaded) { in update_rt_migration() [all …]
|
D | sched_autogroup.c | 32 ag->tg->rt_rq = NULL; in autogroup_destroy() 94 tg->rt_rq = root_task_group.rt_rq; in autogroup_create()
|
D | sched.c | 263 struct rt_rq **rt_rq; member 376 struct rt_rq { struct 471 struct rt_rq rt; 624 p->rt.rt_rq = task_group(p)->rt_rq[cpu]; in set_task_rq() 8030 static void init_rt_rq(struct rt_rq *rt_rq, struct rq *rq) in init_rt_rq() argument 8035 array = &rt_rq->active; in init_rt_rq() 8044 rt_rq->highest_prio.curr = MAX_RT_PRIO; in init_rt_rq() 8046 rt_rq->highest_prio.next = MAX_RT_PRIO; in init_rt_rq() 8050 rt_rq->rt_nr_migratory = 0; in init_rt_rq() 8051 rt_rq->overloaded = 0; in init_rt_rq() [all …]
|
D | sched_debug.c | 221 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq() argument 224 SEQ_printf(m, "\nrt_rq[%d]:%s\n", cpu, task_group_path(rt_rq->tg)); in print_rt_rq() 230 SEQ_printf(m, " .%-30s: %Ld\n", #x, (long long)(rt_rq->x)) in print_rt_rq() 232 SEQ_printf(m, " .%-30s: %Ld.%06ld\n", #x, SPLIT_NS(rt_rq->x)) in print_rt_rq()
|
/linux-2.6.39/include/linux/ |
D | sched.h | 1178 struct rt_rq *rt_rq; member 1180 struct rt_rq *my_q;
|