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