Searched defs:cfs_bandwidth (Results 1 – 2 of 2) sorted by relevance
421 struct cfs_bandwidth { struct423 raw_spinlock_t lock;424 ktime_t period;425 u64 quota;426 u64 runtime;427 u64 burst;428 u64 runtime_snap;429 s64 hierarchical_quota;431 u8 idle;432 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 …]