Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
419 struct cfs_bandwidth { struct421 raw_spinlock_t lock;422 ktime_t period;423 u64 quota;424 u64 runtime;425 u64 burst;426 u64 runtime_snap;427 s64 hierarchical_quota;429 u8 idle;430 u8 period_active;[all …]