Home
last modified time | relevance | path

Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/kernel/sched/
Dsched.h210 struct cfs_bandwidth { struct
212 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 …]