Searched refs:rt_rq (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_rt.c18 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) argument
20 return rt_rq->rq;
23 static inline struct rt_rq *rt_rq_of_se(struct sched_rt_entity *rt_se)
25 return rt_se->rt_rq;
37 static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq) argument
39 return container_of(rt_rq, struct rq, rt);
42 static inline struct rt_rq *rt_rq_of_se(struct sched_rt_entity *rt_se)
86 static void update_rt_migration(struct rt_rq *rt_r argument
99 inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) argument
113 dec_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) argument
155 inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) argument
160 dec_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) argument
173 sched_rt_runtime(struct rt_rq *rt_rq) argument
181 sched_rt_period(struct rt_rq *rt_rq) argument
200 sched_rt_rq_enqueue(struct rt_rq *rt_rq) argument
216 sched_rt_rq_dequeue(struct rt_rq *rt_rq) argument
227 rt_rq_throttled(struct rt_rq *rt_rq) argument
234 struct rt_rq *rt_rq = group_rt_rq(rt_se); local
262 sched_rt_bandwidth(struct rt_rq *rt_rq) argument
269 sched_rt_runtime(struct rt_rq *rt_rq) argument
274 sched_rt_period(struct rt_rq *rt_rq) argument
290 sched_rt_rq_enqueue(struct rt_rq *rt_rq) argument
296 sched_rt_rq_dequeue(struct rt_rq *rt_rq) argument
300 rt_rq_throttled(struct rt_rq *rt_rq) argument
316 sched_rt_bandwidth(struct rt_rq *rt_rq) argument
327 do_balance_runtime(struct rt_rq *rt_rq) argument
385 struct rt_rq *rt_rq; local
470 struct rt_rq *rt_rq; local
500 balance_runtime(struct rt_rq *rt_rq) argument
513 balance_runtime(struct rt_rq *rt_rq) argument
530 struct rt_rq *rt_rq = sched_rt_period_rt_rq(rt_b, i); local
563 struct rt_rq *rt_rq = group_rt_rq(rt_se); local
572 sched_rt_runtime_exceeded(struct rt_rq *rt_rq) argument
606 struct rt_rq *rt_rq = rt_rq_of_se(rt_se); local
657 inc_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio) argument
688 dec_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio) argument
702 inc_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio) argument
704 dec_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio) argument
710 inc_rt_prio(struct rt_rq *rt_rq, int prio) argument
721 dec_rt_prio(struct rt_rq *rt_rq, int prio) argument
748 inc_rt_prio(struct rt_rq *rt_rq, int prio) argument
749 dec_rt_prio(struct rt_rq *rt_rq, int prio) argument
756 inc_rt_group(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) argument
766 dec_rt_group(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) argument
777 inc_rt_group(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) argument
783 dec_rt_group(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) argument
788 inc_rt_tasks(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) argument
801 dec_rt_tasks(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) argument
814 struct rt_rq *rt_rq = rt_rq_of_se(rt_se); local
839 struct rt_rq *rt_rq = rt_rq_of_se(rt_se); local
880 struct rt_rq *rt_rq = group_rt_rq(rt_se); local
919 requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int head) argument
935 struct rt_rq *rt_rq; local
1039 pick_next_rt_entity(struct rq *rq, struct rt_rq *rt_rq) argument
1060 struct rt_rq *rt_rq; local
1136 struct rt_rq *rt_rq; local
1766 struct rt_rq *rt_rq; local
[all...]
H A Dsched_debug.c218 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) argument
222 struct task_group *tg = rt_rq->tg;
233 SEQ_printf(m, " .%-30s: %Ld\n", #x, (long long)(rt_rq->x))
235 SEQ_printf(m, " .%-30s: %Ld.%06ld\n", #x, SPLIT_NS(rt_rq->x))
H A Dsched.c272 struct rt_rq **rt_rq; member in struct:task_group
388 struct rt_rq { struct
485 struct rt_rq rt;
551 /* could above be rq->cfs_rq.exec_clock + rq->rt_rq.rt_runtime ? */
643 p->rt.rt_rq = task_group(p)->rt_rq[cpu];
7763 static void init_rt_rq(struct rt_rq *rt_rq, struct rq *rq) argument
7768 array = &rt_rq
7829 init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int cpu, int add, struct sched_rt_entity *parent) argument
8299 struct rt_rq *rt_rq; local
8685 struct rt_rq *rt_rq = tg->rt_rq[i]; local
8798 struct rt_rq *rt_rq = &cpu_rq(i)->rt; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsched.h1141 struct rt_rq *rt_rq; member in struct:sched_rt_entity
1143 struct rt_rq *my_q;

Completed in 105 milliseconds