Home
last modified time | relevance | path

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

/kernel/sched/
Dfair.c228 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()
268 static inline void list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq()
292 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq()
301 #define for_each_leaf_cfs_rq(rq, cfs_rq) \ argument
369 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()
398 static inline void list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq()
402 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq()
406 #define for_each_leaf_cfs_rq(rq, cfs_rq) \ argument
458 static void update_min_vruntime(struct cfs_rq *cfs_rq) in update_min_vruntime()
487 static void __enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se) in __enqueue_entity()
[all …]
Dsched.h140 struct cfs_rq **cfs_rq; member
240 struct cfs_rq { struct
254 * 'curr' points to currently running entity on this cfs_rq. argument
257 struct sched_entity *curr, *next, *last, *skip;
260 unsigned int nr_spread_over;
296 struct rq *rq; /* cpu runqueue to which this cfs_rq is attached */ argument
307 struct list_head leaf_cfs_rq_list; argument
308 struct task_group *tg; /* group that "owns" this runqueue */
311 int runtime_enabled;
312 u64 runtime_expires;
[all …]
Ddebug.c171 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq()
Dcore.c7829 struct cfs_rq *cfs_rq = tg->cfs_rq[i]; in tg_set_cfs_bandwidth() local