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