Home
last modified time | relevance | path

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

/linux-3.3/kernel/sched/
Dfair.c225 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()
262 static inline void list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq()
284 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq()
293 #define for_each_leaf_cfs_rq(rq, cfs_rq) \ argument
361 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()
390 static inline void list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq()
394 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq()
398 #define for_each_leaf_cfs_rq(rq, cfs_rq) \ argument
450 static void update_min_vruntime(struct cfs_rq *cfs_rq) in update_min_vruntime()
478 static void __enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se) in __enqueue_entity()
[all …]
Dsched.h115 struct cfs_rq **cfs_rq; member
206 struct cfs_rq { struct
223 * 'curr' points to currently running entity on this cfs_rq. argument
233 struct rq *rq; /* cpu runqueue to which this cfs_rq is attached */ argument
244 struct list_head leaf_cfs_rq_list; argument
245 struct task_group *tg; /* group that "owns" this runqueue */
251 unsigned long task_weight;
259 unsigned long h_load;
268 u64 load_avg;
269 u64 load_period;
[all …]
Ddebug.c166 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq()
Dcore.c7663 struct cfs_rq *cfs_rq = tg->cfs_rq[i]; in tg_set_cfs_bandwidth() local
/linux-3.3/include/linux/
Dsched.h168 print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq()
1206 struct cfs_rq *cfs_rq; member