Lines Matching defs:cfs_bandwidth
345 struct cfs_bandwidth { struct
347 raw_spinlock_t lock;
348 ktime_t period;
349 u64 quota;
350 u64 runtime;
351 u64 burst;
352 u64 runtime_snap;
353 s64 hierarchical_quota;
355 u8 idle;
356 u8 period_active;
357 u8 slack_started;
358 struct hrtimer period_timer;
359 struct hrtimer slack_timer;
360 struct list_head throttled_cfs_rq;
363 int nr_periods;
364 int nr_throttled;
365 int nr_burst;
366 u64 throttled_time;
367 u64 burst_time;
413 struct cfs_bandwidth cfs_bandwidth; member
513 struct cfs_bandwidth { }; struct