Lines Matching defs:cfs_bandwidth
365 struct cfs_bandwidth { struct
367 raw_spinlock_t lock;
368 ktime_t period;
369 u64 quota;
370 u64 runtime;
371 u64 burst;
372 s64 hierarchical_quota;
374 u8 idle;
375 u8 period_active;
376 u8 slack_started;
377 struct hrtimer period_timer;
378 struct hrtimer slack_timer;
379 struct list_head throttled_cfs_rq;
382 int nr_periods;
383 int nr_throttled;
384 u64 throttled_time;
430 struct cfs_bandwidth cfs_bandwidth; member
524 struct cfs_bandwidth { }; struct