Lines Matching defs:cfs_rq
384 struct cfs_rq **cfs_rq; member
571 struct cfs_rq { struct
595 * 'curr' points to currently running entity on this cfs_rq. argument
598 struct sched_entity *curr;
599 struct sched_entity *next;
602 unsigned int nr_spread_over;
609 struct sched_avg avg;
611 u64 last_update_time_copy;
613 struct {
640 struct rq *rq; /* CPU runqueue to which this cfs_rq is attached */ argument
651 struct list_head leaf_cfs_rq_list; argument
652 struct task_group *tg; /* group that "owns" this runqueue */
655 int idle;
658 int runtime_enabled;
659 s64 runtime_remaining;
661 u64 throttled_pelt_idle;
663 u64 throttled_pelt_idle_copy;
665 u64 throttled_clock;
666 u64 throttled_clock_pelt;
667 u64 throttled_clock_pelt_time;
668 u64 throttled_clock_self;
669 u64 throttled_clock_self_time;
670 int throttled;
671 int throttle_count;
672 struct list_head throttled_list;
673 struct list_head throttled_csd_list;
1187 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()
1194 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()