Lines Matching defs:cfs_bandwidth
333 struct cfs_bandwidth { struct
335 raw_spinlock_t lock;
336 ktime_t period;
337 u64 quota;
338 u64 runtime;
339 s64 hierarchical_quota;
341 u8 idle;
342 u8 period_active;
343 u8 distribute_running;
344 u8 slack_started;
345 struct hrtimer period_timer;
346 struct hrtimer slack_timer;
347 struct list_head throttled_cfs_rq;
350 int nr_periods;
351 int nr_throttled;
352 u64 throttled_time;
395 struct cfs_bandwidth cfs_bandwidth; member
489 struct cfs_bandwidth { }; struct