Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
221 struct cfs_bandwidth { struct223 raw_spinlock_t lock;224 ktime_t period;225 u64 quota, runtime;226 s64 hierarchical_quota;227 u64 runtime_expires;229 int idle, period_active;230 struct hrtimer period_timer, slack_timer;231 struct list_head throttled_cfs_rq;234 int nr_periods, nr_throttled;[all …]