Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dfair.c249 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()
286 static inline void list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq()
308 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq()
317 #define for_each_leaf_cfs_rq(rq, cfs_rq) \ argument
374 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()
403 static inline void list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq()
407 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq()
411 #define for_each_leaf_cfs_rq(rq, cfs_rq) \ argument
457 static void update_min_vruntime(struct cfs_rq *cfs_rq) in update_min_vruntime()
486 static void __enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se) in __enqueue_entity()
[all …]
Dsched.h247 struct cfs_rq **cfs_rq; member
347 struct cfs_rq { struct
361 * 'curr' points to currently running entity on this cfs_rq. argument
364 struct sched_entity *curr, *next, *last, *skip;
367 unsigned int nr_spread_over;
374 struct sched_avg avg;
375 u64 runnable_load_sum;
399 struct rq *rq; /* cpu runqueue to which this cfs_rq is attached */ argument
410 struct list_head leaf_cfs_rq_list; argument
411 struct task_group *tg; /* group that "owns" this runqueue */
[all …]
Ddebug.c166 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq()
Dcore.c8343 struct cfs_rq *cfs_rq = tg->cfs_rq[i]; in tg_set_cfs_bandwidth() local
/linux-4.4.14/include/linux/
Dsched.h1267 struct cfs_rq *cfs_rq; member