Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
350 struct cfs_bandwidth { struct352 raw_spinlock_t lock;353 ktime_t period;354 u64 quota;355 u64 runtime;356 u64 burst;357 u64 runtime_snap;358 s64 hierarchical_quota;360 u8 idle;361 u8 period_active;[all …]