Lines Matching defs:cfs_bandwidth
329 struct cfs_bandwidth { struct
331 raw_spinlock_t lock;
332 ktime_t period;
333 u64 quota;
334 u64 runtime;
335 s64 hierarchical_quota;
336 u64 runtime_expires;
337 int expires_seq;
339 short idle;
340 short period_active;
341 struct hrtimer period_timer;
342 struct hrtimer slack_timer;
343 struct list_head throttled_cfs_rq;
346 int nr_periods;
347 int nr_throttled;
348 u64 throttled_time;
350 bool distribute_running;
393 struct cfs_bandwidth cfs_bandwidth; member
475 struct cfs_bandwidth { }; struct