Lines Matching defs:cfs_bandwidth
342 struct cfs_bandwidth { struct
344 raw_spinlock_t lock;
345 ktime_t period;
346 u64 quota;
347 u64 runtime;
348 u64 burst;
349 u64 runtime_snap;
350 s64 hierarchical_quota;
352 u8 idle;
353 u8 period_active;
354 u8 slack_started;
355 struct hrtimer period_timer;
356 struct hrtimer slack_timer;
357 struct list_head throttled_cfs_rq;
360 int nr_periods;
361 int nr_throttled;
362 int nr_burst;
363 u64 throttled_time;
364 u64 burst_time;
410 struct cfs_bandwidth cfs_bandwidth; member
502 struct cfs_bandwidth { }; struct