Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
410 struct cfs_bandwidth { struct412 raw_spinlock_t lock;413 ktime_t period;414 u64 quota;415 u64 runtime;416 u64 burst;417 u64 runtime_snap;418 s64 hierarchical_quota;420 u8 idle;421 u8 period_active;[all …]