Lines Matching defs:cfs_rq
115 struct cfs_rq **cfs_rq; member
206 struct cfs_rq { struct
223 * 'curr' points to currently running entity on this cfs_rq. argument
233 struct rq *rq; /* cpu runqueue to which this cfs_rq is attached */ argument
244 struct list_head leaf_cfs_rq_list; argument
245 struct task_group *tg; /* group that "owns" this runqueue */
251 unsigned long task_weight;
259 unsigned long h_load;
268 u64 load_avg;
269 u64 load_period;
270 u64 load_stamp, load_last, load_unacc_exec_time;
272 unsigned long load_contribution;
275 int runtime_enabled;
276 u64 runtime_expires;
277 s64 runtime_remaining;
279 u64 throttled_timestamp;
280 int throttled, throttle_count;
281 struct list_head throttled_list;