Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
366 struct cfs_bandwidth { struct368 raw_spinlock_t lock;369 ktime_t period;370 u64 quota;371 u64 runtime;372 s64 hierarchical_quota;374 u8 idle;375 u8 period_active;376 u8 slack_started;377 struct hrtimer period_timer;[all …]