Lines Matching defs:cfs_bandwidth
89 struct cfs_bandwidth { struct
91 raw_spinlock_t lock;
92 ktime_t period;
93 u64 quota, runtime;
94 s64 hierarchal_quota;
95 u64 runtime_expires;
97 int idle, timer_active;
98 struct hrtimer period_timer, slack_timer;
99 struct list_head throttled_cfs_rq;
102 int nr_periods, nr_throttled;
103 u64 throttled_time;
139 struct cfs_bandwidth cfs_bandwidth; member
201 struct cfs_bandwidth { }; struct