Lines Matching defs:cfs_bandwidth
221 struct cfs_bandwidth { struct
223 raw_spinlock_t lock;
224 ktime_t period;
225 u64 quota, runtime;
226 s64 hierarchical_quota;
227 u64 runtime_expires;
229 int idle, period_active;
230 struct hrtimer period_timer, slack_timer;
231 struct list_head throttled_cfs_rq;
234 int nr_periods, nr_throttled;
235 u64 throttled_time;
273 struct cfs_bandwidth cfs_bandwidth; member
342 struct cfs_bandwidth { }; struct