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