Lines Matching defs:cfs_bandwidth
210 struct cfs_bandwidth { struct
212 raw_spinlock_t lock;
213 ktime_t period;
214 u64 quota, runtime;
215 s64 hierarchical_quota;
216 u64 runtime_expires;
218 int idle, timer_active;
219 struct hrtimer period_timer, slack_timer;
220 struct list_head throttled_cfs_rq;
223 int nr_periods, nr_throttled;
224 u64 throttled_time;
263 struct cfs_bandwidth cfs_bandwidth; member
332 struct cfs_bandwidth { }; struct