Lines Matching defs:cfs_bandwidth
404 struct cfs_bandwidth { struct
406 raw_spinlock_t lock;
407 ktime_t period;
408 u64 quota;
409 u64 runtime;
410 u64 burst;
411 u64 runtime_snap;
412 s64 hierarchical_quota;
414 u8 idle;
415 u8 period_active;
416 u8 slack_started;
417 struct hrtimer period_timer;
418 struct hrtimer slack_timer;
419 struct list_head throttled_cfs_rq;
422 int nr_periods;
423 int nr_throttled;
424 int nr_burst;
425 u64 throttled_time;
426 u64 burst_time;
478 struct cfs_bandwidth cfs_bandwidth; member
590 struct cfs_bandwidth { }; struct