Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
440 struct cfs_bandwidth { struct442 raw_spinlock_t lock;443 ktime_t period;444 u64 quota;445 u64 runtime;446 u64 burst;447 u64 runtime_snap;448 s64 hierarchical_quota;450 u8 idle;451 u8 period_active;[all …]