Searched defs:cfs_rq (Results 1 – 5 of 5) sorted by relevance
| /kernel/sched/ |
| D | fair.c | 285 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of() 320 static inline void list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq() 382 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq() 391 #define for_each_leaf_cfs_rq(rq, cfs_rq) \ argument 448 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of() 477 static inline void list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq() 481 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq() 485 #define for_each_leaf_cfs_rq(rq, cfs_rq) \ argument 531 static void update_min_vruntime(struct cfs_rq *cfs_rq) in update_min_vruntime() 566 static void __enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se) in __enqueue_entity() [all …]
|
| D | sched.h | 306 struct cfs_rq **cfs_rq; member 424 struct cfs_rq { struct 437 * 'curr' points to currently running entity on this cfs_rq. argument 440 struct sched_entity *curr, *next, *last, *skip; 443 unsigned int nr_spread_over; 450 struct sched_avg avg; 451 u64 runnable_load_sum; 452 unsigned long runnable_load_avg; 476 struct rq *rq; /* cpu runqueue to which this cfs_rq is attached */ argument 487 struct list_head leaf_cfs_rq_list; argument [all …]
|
| D | walt.c | 152 void walt_inc_cfs_cumulative_runnable_avg(struct cfs_rq *cfs_rq, in walt_inc_cfs_cumulative_runnable_avg() 158 void walt_dec_cfs_cumulative_runnable_avg(struct cfs_rq *cfs_rq, in walt_dec_cfs_cumulative_runnable_avg()
|
| D | debug.c | 586 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq()
|
| D | core.c | 6537 struct cfs_rq *cfs_rq = tg->cfs_rq[i]; in tg_set_cfs_bandwidth() local
|