Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
447 struct cfs_bandwidth { struct449 raw_spinlock_t lock;450 ktime_t period;451 u64 quota;452 u64 runtime;453 u64 burst;454 u64 runtime_snap;455 s64 hierarchical_quota;457 u8 idle;458 u8 period_active;[all …]