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