Lines Matching defs:cfs_rq
362 struct cfs_rq **cfs_rq; member
492 struct cfs_rq { struct
508 * 'curr' points to currently running entity on this cfs_rq. argument
511 struct sched_entity *curr;
512 struct sched_entity *next;
513 struct sched_entity *last;
514 struct sched_entity *skip;
517 unsigned int nr_spread_over;
524 struct sched_avg avg;
526 u64 load_last_update_time_copy;
528 struct {
554 struct rq *rq; /* CPU runqueue to which this cfs_rq is attached */ argument
565 struct list_head leaf_cfs_rq_list; argument
566 struct task_group *tg; /* group that "owns" this runqueue */
569 int runtime_enabled;
570 s64 runtime_remaining;
572 u64 throttled_clock;
573 u64 throttled_clock_task;
574 u64 throttled_clock_task_time;
575 int throttled;
576 int throttle_count;
577 struct list_head throttled_list;
1017 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()
1024 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()