Searched defs:cfs_rq (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/kernel/sched/ ! |
D | fair.c | 348 static inline bool list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq() 416 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq() 442 #define for_each_leaf_cfs_rq_safe(rq, cfs_rq, pos) \ argument 498 static int cfs_rq_is_idle(struct cfs_rq *cfs_rq) in cfs_rq_is_idle() 515 static inline bool list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq() 520 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq() 528 #define for_each_leaf_cfs_rq_safe(rq, cfs_rq, pos) \ argument 546 static int cfs_rq_is_idle(struct cfs_rq *cfs_rq) in cfs_rq_is_idle() 592 static void update_min_vruntime(struct cfs_rq *cfs_rq) in update_min_vruntime() 628 static void __enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se) in __enqueue_entity() [all …]
|
D | pelt.h | 156 static inline void update_idle_cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) in update_idle_cfs_rq_clock_pelt() 169 static inline u64 cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) in cfs_rq_clock_pelt() 177 static inline void update_idle_cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) { } in update_idle_cfs_rq_clock_pelt() 178 static inline u64 cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) in cfs_rq_clock_pelt() 187 update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq) in update_cfs_rq_load_avg() 232 static inline void update_idle_cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) { } in update_idle_cfs_rq_clock_pelt()
|
D | sched.h | 376 struct cfs_rq **cfs_rq; member 550 struct cfs_rq { struct 571 * 'curr' points to currently running entity on this cfs_rq. argument 574 struct sched_entity *curr; 575 struct sched_entity *next; 576 struct sched_entity *last; 577 struct sched_entity *skip; 580 unsigned int nr_spread_over; 587 struct sched_avg avg; 589 u64 last_update_time_copy; [all …]
|
D | pelt.c | 306 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se() 320 int __update_load_avg_cfs_rq(u64 now, struct cfs_rq *cfs_rq) in __update_load_avg_cfs_rq()
|
D | debug.c | 581 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq()
|
D | core.c | 10631 struct cfs_rq *cfs_rq = tg->cfs_rq[i]; in tg_set_cfs_bandwidth() local
|
/linux-6.1.9/include/linux/ ! |
D | sched.h | 565 struct cfs_rq *cfs_rq; member
|