Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
345 struct cfs_bandwidth { struct347 raw_spinlock_t lock;348 ktime_t period;349 u64 quota;350 u64 runtime;351 u64 burst;352 u64 runtime_snap;353 s64 hierarchical_quota;355 u8 idle;356 u8 period_active;[all …]