Searched defs:cfs_rq (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched_debug.c104 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) argument
H A Dsched_fair.c91 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) argument
101 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) argument
138 static inline s64 entity_key(struct cfs_rq *cfs_rq, struct sched_entity *se) argument
146 __enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se) argument
183 __dequeue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se) argument
191 first_fair(struct cfs_rq *cfs_rq) argument
196 __pick_next_entity(struct cfs_rq *cfs_rq) argument
201 __pick_last_entity(struct cfs_rq *cfs_rq) argument
264 sched_slice(struct cfs_rq *cfs_rq, struct sched_entity *se) argument
289 sched_vslice(struct cfs_rq *cfs_rq) argument
294 sched_vslice_add(struct cfs_rq *cfs_rq, struct sched_entity *se) argument
305 __update_curr(struct cfs_rq *cfs_rq, struct sched_entity *curr, unsigned long delta_exec) argument
336 update_curr(struct cfs_rq *cfs_rq) argument
363 update_stats_wait_start(struct cfs_rq *cfs_rq, struct sched_entity *se) argument
371 update_stats_enqueue(struct cfs_rq *cfs_rq, struct sched_entity *se) argument
382 update_stats_wait_end(struct cfs_rq *cfs_rq, struct sched_entity *se) argument
390 update_stats_dequeue(struct cfs_rq *cfs_rq, struct sched_entity *se) argument
404 update_stats_curr_start(struct cfs_rq *cfs_rq, struct sched_entity *se) argument
417 account_entity_enqueue(struct cfs_rq *cfs_rq, struct sched_entity *se) argument
425 account_entity_dequeue(struct cfs_rq *cfs_rq, struct sched_entity *se) argument
432 enqueue_sleeper(struct cfs_rq *cfs_rq, struct sched_entity *se) argument
474 check_spread(struct cfs_rq *cfs_rq, struct sched_entity *se) argument
488 place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial) argument
525 enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int wakeup) argument
545 dequeue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int sleep) argument
575 check_preempt_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr) argument
586 set_next_entity(struct cfs_rq *cfs_rq, struct sched_entity *se) argument
615 pick_next_entity(struct cfs_rq *cfs_rq) argument
627 put_prev_entity(struct cfs_rq *cfs_rq, struct sched_entity *prev) argument
645 entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr) argument
686 cpu_cfs_rq(struct cfs_rq *cfs_rq, int this_cpu) argument
734 cpu_cfs_rq(struct cfs_rq *cfs_rq, int this_cpu) argument
762 struct cfs_rq *cfs_rq; local
781 struct cfs_rq *cfs_rq; local
802 struct cfs_rq *cfs_rq = task_cfs_rq(curr); local
844 struct cfs_rq *cfs_rq = task_cfs_rq(curr); local
879 struct cfs_rq *cfs_rq = &rq->cfs; local
899 struct cfs_rq *cfs_rq; local
920 __load_balance_iterator(struct cfs_rq *cfs_rq, struct rb_node *curr) argument
935 struct cfs_rq *cfs_rq = arg; local
942 struct cfs_rq *cfs_rq = arg; local
948 cfs_rq_best_prio(struct cfs_rq *cfs_rq) argument
1047 struct cfs_rq *cfs_rq; local
1067 struct cfs_rq *cfs_rq = task_cfs_rq(p); local
1130 struct cfs_rq *cfs_rq; local
[all...]
H A Dsched.c170 struct cfs_rq **cfs_rq; member in struct:task_group
231 struct cfs_rq { struct
6742 init_cfs_rq(struct cfs_rq *cfs_rq, struct rq *rq) argument
6769 struct cfs_rq *cfs_rq = &per_cpu(init_cfs_rq, i); local
6984 struct cfs_rq *cfs_rq; local
7057 struct cfs_rq *cfs_rq; local
7078 struct cfs_rq *cfs_rq = NULL; local
7135 struct cfs_rq *cfs_rq = se->cfs_rq; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h170 print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) argument
944 struct cfs_rq *cfs_rq; member in struct:sched_entity

Completed in 64 milliseconds