Lines Matching defs:cfs_rq
398 struct cfs_rq **cfs_rq; member
532 struct cfs_rq { struct
553 * 'curr' points to currently running entity on this cfs_rq. argument
556 struct sched_entity *curr;
557 struct sched_entity *next;
558 struct sched_entity *last;
559 struct sched_entity *skip;
562 unsigned int nr_spread_over;
569 struct sched_avg avg;
571 u64 load_last_update_time_copy;
573 struct {
599 struct rq *rq; /* CPU runqueue to which this cfs_rq is attached */ argument
610 struct list_head leaf_cfs_rq_list; argument
611 struct task_group *tg; /* group that "owns" this runqueue */
614 int idle;
617 int runtime_enabled;
618 s64 runtime_remaining;
620 u64 throttled_clock;
621 u64 throttled_clock_task;
622 u64 throttled_clock_task_time;
623 int throttled;
624 int throttle_count;
625 struct list_head throttled_list;
1122 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()
1129 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of()