Lines Matching defs:cfs_bandwidth
350 struct cfs_bandwidth { struct
352 raw_spinlock_t lock;
353 ktime_t period;
354 u64 quota;
355 u64 runtime;
356 u64 burst;
357 u64 runtime_snap;
358 s64 hierarchical_quota;
360 u8 idle;
361 u8 period_active;
362 u8 slack_started;
363 struct hrtimer period_timer;
364 struct hrtimer slack_timer;
365 struct list_head throttled_cfs_rq;
368 int nr_periods;
369 int nr_throttled;
370 int nr_burst;
371 u64 throttled_time;
372 u64 burst_time;
418 struct cfs_bandwidth cfs_bandwidth; member
522 struct cfs_bandwidth { }; struct