Lines Matching defs:cfs_bandwidth
444 struct cfs_bandwidth { struct
446 raw_spinlock_t lock;
447 ktime_t period;
448 u64 quota;
449 u64 runtime;
450 u64 burst;
451 u64 runtime_snap;
452 s64 hierarchical_quota;
454 u8 idle;
455 u8 period_active;
456 u8 slack_started;
457 struct hrtimer period_timer;
458 struct hrtimer slack_timer;
459 struct list_head throttled_cfs_rq;
462 int nr_periods;
463 int nr_throttled;
464 int nr_burst;
465 u64 throttled_time;
466 u64 burst_time;
513 struct cfs_bandwidth cfs_bandwidth; member
620 struct cfs_bandwidth { }; struct