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