Searched defs:cfs_rq (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | fair.c | 294 static inline void cfs_rq_tg_path(struct cfs_rq *cfs_rq, char *path, int len) in cfs_rq_tg_path() 307 static inline bool list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq() 375 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq() 401 #define for_each_leaf_cfs_rq_safe(rq, cfs_rq, pos) \ argument 481 static inline void cfs_rq_tg_path(struct cfs_rq *cfs_rq, char *path, int len) in cfs_rq_tg_path() 487 static inline bool list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq() 492 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq() 500 #define for_each_leaf_cfs_rq_safe(rq, cfs_rq, pos) \ argument 546 static void update_min_vruntime(struct cfs_rq *cfs_rq) in update_min_vruntime() 581 static void __enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se) in __enqueue_entity() [all …]
|
| H A D | sched.h | 396 struct cfs_rq **cfs_rq; member 532 struct cfs_rq { struct 547 * 'curr' points to currently running entity on this cfs_rq. argument 550 struct sched_entity *curr; 551 struct sched_entity *next; 552 struct sched_entity *last; 553 struct sched_entity *skip; 556 unsigned int nr_spread_over; 563 struct sched_avg avg; 565 u64 load_last_update_time_copy; [all …]
|
| H A D | pelt.h | 152 static inline u64 cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) in cfs_rq_clock_pelt() 160 static inline u64 cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) in cfs_rq_clock_pelt() 169 update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq) in update_cfs_rq_load_avg()
|
| H A D | pelt.c | 386 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se() 400 int __update_load_avg_cfs_rq(u64 now, struct cfs_rq *cfs_rq) in __update_load_avg_cfs_rq()
|
| H A D | debug.c | 557 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq()
|
| H A D | core.c | 8403 struct cfs_rq *cfs_rq = tg->cfs_rq[i]; in tg_set_cfs_bandwidth() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sched.h | 481 struct cfs_rq *cfs_rq; member
|