Searched defs:cfs_bandwidth (Results 1 – 2 of 2) sorted by relevance
368 struct cfs_bandwidth { struct370 raw_spinlock_t lock;371 ktime_t period;372 u64 quota;373 u64 runtime;374 u64 burst;375 u64 runtime_snap;376 s64 hierarchical_quota;378 u8 idle;379 u8 period_active;[all …]
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 …]