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