Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
451 struct cfs_bandwidth { struct453 raw_spinlock_t lock;454 ktime_t period;455 u64 quota;456 u64 runtime;457 u64 burst;458 u64 runtime_snap;459 s64 hierarchical_quota;461 u8 idle;462 u8 period_active;[all …]