Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
210 struct cfs_bandwidth { struct212 raw_spinlock_t lock;213 ktime_t period;214 u64 quota, runtime;215 s64 hierarchical_quota;216 u64 runtime_expires;218 int idle, timer_active;219 struct hrtimer period_timer, slack_timer;220 struct list_head throttled_cfs_rq;223 int nr_periods, nr_throttled;[all …]