Searched defs:cfs_bandwidth (Results 1 – 1 of 1) sorted by relevance
425 struct cfs_bandwidth { struct427 raw_spinlock_t lock;428 ktime_t period;429 u64 quota;430 u64 runtime;431 s64 hierarchical_quota;433 u8 idle;434 u8 period_active;435 u8 slack_started;436 struct hrtimer period_timer;[all …]