Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dsched.h221 struct cfs_bandwidth { struct
223 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 …]