Home
last modified time | relevance | path

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

/kernel/sched/
Dsched.h244 struct cfs_bandwidth { struct
246 raw_spinlock_t lock;
247 ktime_t period;
248 u64 quota, runtime;
249 s64 hierarchical_quota;
250 u64 runtime_expires;
252 int idle, period_active;
253 struct hrtimer period_timer, slack_timer;
254 struct list_head throttled_cfs_rq;
257 int nr_periods, nr_throttled;
[all …]