Lines Matching defs:cfs_rq
247 struct cfs_rq **cfs_rq; member
347 struct cfs_rq { struct
361 * 'curr' points to currently running entity on this cfs_rq. argument
364 struct sched_entity *curr, *next, *last, *skip;
367 unsigned int nr_spread_over;
374 struct sched_avg avg;
375 u64 runnable_load_sum;
399 struct rq *rq; /* cpu runqueue to which this cfs_rq is attached */ argument
410 struct list_head leaf_cfs_rq_list; argument
411 struct task_group *tg; /* group that "owns" this runqueue */
414 int runtime_enabled;
415 u64 runtime_expires;
416 s64 runtime_remaining;
418 u64 throttled_clock, throttled_clock_task;
419 u64 throttled_clock_task_time;
420 int throttled, throttle_count;
421 struct list_head throttled_list;