Lines Matching defs:cfs_rq
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;
591 struct {
617 struct rq *rq; /* CPU runqueue to which this cfs_rq is attached */ argument
628 struct list_head leaf_cfs_rq_list; argument
629 struct task_group *tg; /* group that "owns" this runqueue */
632 int idle;
635 int runtime_enabled;
636 s64 runtime_remaining;
638 u64 throttled_pelt_idle;
640 u64 throttled_pelt_idle_copy;
642 u64 throttled_clock;
643 u64 throttled_clock_pelt;
644 u64 throttled_clock_pelt_time;
645 int throttled;
646 int throttle_count;
647 struct list_head throttled_list;
1158 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()
1165 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()
2959 struct cfs_rq *cfs_rq; in cpu_util_cfs() local