Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dfair.c278 static inline void cfs_rq_tg_path(struct cfs_rq *cfs_rq, char *path, int len) in cfs_rq_tg_path()
291 static inline bool list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq()
359 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq()
385 #define for_each_leaf_cfs_rq_safe(rq, cfs_rq, pos) \ argument
465 static inline void cfs_rq_tg_path(struct cfs_rq *cfs_rq, char *path, int len) in cfs_rq_tg_path()
471 static inline bool list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq()
476 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq()
484 #define for_each_leaf_cfs_rq_safe(rq, cfs_rq, pos) \ argument
530 static void update_min_vruntime(struct cfs_rq *cfs_rq) in update_min_vruntime()
565 static void __enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se) in __enqueue_entity()
[all …]
Dsched.h362 struct cfs_rq **cfs_rq; member
490 struct cfs_rq { struct
506 * 'curr' points to currently running entity on this cfs_rq. argument
509 struct sched_entity *curr;
510 struct sched_entity *next;
511 struct sched_entity *last;
512 struct sched_entity *skip;
515 unsigned int nr_spread_over;
522 struct sched_avg avg;
524 u64 load_last_update_time_copy;
[all …]
Dpelt.h127 static inline u64 cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) in cfs_rq_clock_pelt()
135 static inline u64 cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) in cfs_rq_clock_pelt()
144 update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq) in update_cfs_rq_load_avg()
Dpelt.c277 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se()
291 int __update_load_avg_cfs_rq(u64 now, struct cfs_rq *cfs_rq) in __update_load_avg_cfs_rq()
Ddebug.c483 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq()
Dcore.c7422 struct cfs_rq *cfs_rq = tg->cfs_rq[i]; in tg_set_cfs_bandwidth() local
/Linux-v5.4/include/linux/
Dsched.h465 struct cfs_rq *cfs_rq; member