Lines Matching defs:cfs_rq
379 struct cfs_rq **cfs_rq; member
561 struct cfs_rq { struct
582 * 'curr' points to currently running entity on this cfs_rq. argument
585 struct sched_entity *curr;
586 struct sched_entity *next;
587 struct sched_entity *last;
588 struct sched_entity *skip;
591 unsigned int nr_spread_over;
598 struct sched_avg avg;
600 u64 last_update_time_copy;
602 struct {
628 struct rq *rq; /* CPU runqueue to which this cfs_rq is attached */ argument
639 struct list_head leaf_cfs_rq_list; argument
640 struct task_group *tg; /* group that "owns" this runqueue */
643 int idle;
646 int runtime_enabled;
647 s64 runtime_remaining;
649 u64 throttled_pelt_idle;
651 u64 throttled_pelt_idle_copy;
653 u64 throttled_clock;
654 u64 throttled_clock_pelt;
655 u64 throttled_clock_pelt_time;
656 int throttled;
657 int throttle_count;
658 struct list_head throttled_list;
1195 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()
1202 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()
3009 struct cfs_rq *cfs_rq; in cpu_util_cfs() local