Searched defs:cfs_rq (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/sched/ |
| H A D | fair.c | 317 static inline bool list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq() 385 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_safe(rq, cfs_rq, pos) \ argument 467 static int cfs_rq_is_idle(struct cfs_rq *cfs_rq) in cfs_rq_is_idle() 484 static inline bool list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq() 489 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq() 497 #define for_each_leaf_cfs_rq_safe(rq, cfs_rq, pos) \ argument 515 static int cfs_rq_is_idle(struct cfs_rq *cfs_rq) in cfs_rq_is_idle() 614 static inline s64 entity_key(struct cfs_rq *cfs_rq, struct sched_entity *se) in entity_key() 676 static inline unsigned long avg_vruntime_weight(struct cfs_rq *cfs_rq, unsigned long w) in avg_vruntime_weight() [all …]
|
| H A D | pelt.h | 161 static inline void update_idle_cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) in update_idle_cfs_rq_clock_pelt() 174 static inline u64 cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) in cfs_rq_clock_pelt() 182 static inline void update_idle_cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) { } in update_idle_cfs_rq_clock_pelt() 183 static inline u64 cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) in cfs_rq_clock_pelt()
|
| H A D | sched.h | 486 struct cfs_rq **cfs_rq; member 678 struct cfs_rq { struct 698 * 'curr' points to the currently running entity on this cfs_rq. argument 701 struct sched_entity *curr; 702 struct sched_entity *next; 707 struct sched_avg avg; 709 u64 last_update_time_copy; 711 struct { 735 struct rq *rq; /* CPU runqueue to which this cfs_rq is attached */ argument 746 struct list_head leaf_cfs_rq_list; argument [all …]
|
| H A D | pelt.c | 307 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se() 321 int __update_load_avg_cfs_rq(u64 now, struct cfs_rq *cfs_rq) in __update_load_avg_cfs_rq()
|
| H A D | debug.c | 903 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq()
|
| H A D | core.c | 9830 struct cfs_rq *cfs_rq = tg->cfs_rq[i]; in tg_set_cfs_bandwidth() local
|
| /linux/include/linux/ |
| H A D | sched.h | 607 struct cfs_rq *cfs_rq; member
|