Home
last modified time | relevance | path

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

/linux-5.10/kernel/sched/
Dfair.c288 static inline void cfs_rq_tg_path(struct cfs_rq *cfs_rq, char *path, int len) in cfs_rq_tg_path()
301 static inline bool list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq()
369 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq()
395 #define for_each_leaf_cfs_rq_safe(rq, cfs_rq, pos) \ argument
475 static inline void cfs_rq_tg_path(struct cfs_rq *cfs_rq, char *path, int len) in cfs_rq_tg_path()
481 static inline bool list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq()
486 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq()
494 #define for_each_leaf_cfs_rq_safe(rq, cfs_rq, pos) \ argument
540 static void update_min_vruntime(struct cfs_rq *cfs_rq) in update_min_vruntime()
575 static void __enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se) in __enqueue_entity()
[all …]
Dsched.h391 struct cfs_rq **cfs_rq; member
519 struct cfs_rq { struct
534 * 'curr' points to currently running entity on this cfs_rq. argument
537 struct sched_entity *curr;
538 struct sched_entity *next;
539 struct sched_entity *last;
540 struct sched_entity *skip;
543 unsigned int nr_spread_over;
550 struct sched_avg avg;
552 u64 load_last_update_time_copy;
[all …]
Dpelt.h152 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()
Dpelt.c310 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se()
324 int __update_load_avg_cfs_rq(u64 now, struct cfs_rq *cfs_rq) in __update_load_avg_cfs_rq()
Ddebug.c536 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq()
Dcore.c7959 struct cfs_rq *cfs_rq = tg->cfs_rq[i]; in tg_set_cfs_bandwidth() local
/linux-5.10/include/linux/
Dsched.h471 struct cfs_rq *cfs_rq; member