Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
445 struct cfs_bandwidth { struct447 raw_spinlock_t lock;448 ktime_t period;449 u64 quota;450 u64 runtime;451 s64 hierarchical_quota;453 u8 idle;454 u8 period_active;455 u8 slack_started;456 struct hrtimer period_timer;[all …]