Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
405 struct cfs_bandwidth { struct407 raw_spinlock_t lock;408 ktime_t period;409 u64 quota;410 u64 runtime;411 u64 burst;412 u64 runtime_snap;413 s64 hierarchical_quota;415 u8 idle;416 u8 period_active;[all …]