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