Lines Matching defs:cfs_rq
391 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;
554 struct {
580 struct rq *rq; /* CPU runqueue to which this cfs_rq is attached */ argument
591 struct list_head leaf_cfs_rq_list; argument
592 struct task_group *tg; /* group that "owns" this runqueue */
595 int runtime_enabled;
596 s64 runtime_remaining;
598 u64 throttled_clock;
599 u64 throttled_clock_task;
600 u64 throttled_clock_task_time;
601 int throttled;
602 int throttle_count;
603 struct list_head throttled_list;
1056 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()
1063 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()