Lines Matching defs:cfs_bandwidth
361 struct cfs_bandwidth { struct
363 raw_spinlock_t lock;
364 ktime_t period;
365 u64 quota;
366 u64 runtime;
367 s64 hierarchical_quota;
369 u8 idle;
370 u8 period_active;
371 u8 slack_started;
372 struct hrtimer period_timer;
373 struct hrtimer slack_timer;
374 struct list_head throttled_cfs_rq;
377 int nr_periods;
378 int nr_throttled;
379 u64 throttled_time;
422 struct cfs_bandwidth cfs_bandwidth; member
514 struct cfs_bandwidth { }; struct