Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
336 struct cfs_bandwidth { struct338 raw_spinlock_t lock;339 ktime_t period;340 u64 quota;341 u64 runtime;342 u64 burst;343 u64 runtime_snap;344 s64 hierarchical_quota;346 u8 idle;347 u8 period_active;[all …]