Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c312 static inline bool list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq()
380 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq()
406 #define for_each_leaf_cfs_rq_safe(rq, cfs_rq, pos) \ argument
462 static int cfs_rq_is_idle(struct cfs_rq *cfs_rq) in cfs_rq_is_idle()
479 static inline bool list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq()
484 static inline void list_del_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_del_leaf_cfs_rq()
492 #define for_each_leaf_cfs_rq_safe(rq, cfs_rq, pos) \ argument
510 static int cfs_rq_is_idle(struct cfs_rq *cfs_rq) in cfs_rq_is_idle()
557 static inline s64 entity_key(struct cfs_rq *cfs_rq, struct sched_entity *se) in entity_key()
624 avg_vruntime_add(struct cfs_rq *cfs_rq, struct sched_entity *se) in avg_vruntime_add()
[all …]
H A Dpelt.h157 static inline void update_idle_cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) in update_idle_cfs_rq_clock_pelt()
170 static inline u64 cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) in cfs_rq_clock_pelt()
178 static inline void update_idle_cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) { } in update_idle_cfs_rq_clock_pelt()
179 static inline u64 cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) in cfs_rq_clock_pelt()
188 update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq) in update_cfs_rq_load_avg()
233 static inline void update_idle_cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) { } in update_idle_cfs_rq_clock_pelt()
H A Dsched.h443 struct cfs_rq **cfs_rq; member
645 struct cfs_rq { global() struct
664 tasks_timelinecfs_rq global() argument
667 currcfs_rq global() argument
668 nextcfs_rq global() argument
674 avgcfs_rq global() argument
676 last_update_time_copycfs_rq global() argument
678 __anon83abaf990108cfs_rq global() argument
705 rqcfs_rq global() argument
716 leaf_cfs_rq_listcfs_rq global() argument
717 tgcfs_rq global() argument
720 idlecfs_rq global() argument
723 runtime_enabledcfs_rq global() argument
724 runtime_remainingcfs_rq global() argument
726 throttled_pelt_idlecfs_rq global() argument
728 throttled_pelt_idle_copycfs_rq global() argument
730 throttled_clockcfs_rq global() argument
731 throttled_clock_peltcfs_rq global() argument
732 throttled_clock_pelt_timecfs_rq global() argument
733 throttled_clock_selfcfs_rq global() argument
734 throttled_clock_self_timecfs_rq global() argument
735 throttledcfs_rq global() argument
736 throttle_countcfs_rq global() argument
737 throttled_listcfs_rq global() argument
738 throttled_csd_listcfs_rq global() argument
1311 rq_of(struct cfs_rq * cfs_rq) rq_of() argument
1318 rq_of(struct cfs_rq * cfs_rq) rq_of() argument
[all...]
H A Dpelt.c306 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()
H A Ddebug.c808 print_cfs_rq(struct seq_file * m,int cpu,struct cfs_rq * cfs_rq) print_cfs_rq() argument
[all...]
H A Dcore.c9503 struct cfs_rq *cfs_rq = tg->cfs_rq[i]; in tg_set_cfs_bandwidth() local
/linux/include/linux/
H A Dsched.h596 struct cfs_rq *cfs_rq; global() member