Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
329 struct cfs_bandwidth { struct331 raw_spinlock_t lock;332 ktime_t period;333 u64 quota;334 u64 runtime;335 s64 hierarchical_quota;336 u64 runtime_expires;337 int expires_seq;339 short idle;340 short period_active;[all …]