Searched defs:cfs_bandwidth (Results 1 – 2 of 2) sorted by relevance
336 struct cfs_bandwidth { struct338 raw_spinlock_t lock;339 ktime_t period;340 u64 quota;341 u64 runtime;342 s64 hierarchical_quota;344 short idle;345 short period_active;346 struct hrtimer period_timer;347 struct hrtimer slack_timer;[all …]
413 struct cfs_bandwidth { struct415 raw_spinlock_t lock;416 ktime_t period;417 u64 quota;418 u64 runtime;419 s64 hierarchical_quota;421 u8 idle;422 u8 period_active;423 u8 slack_started;424 struct hrtimer period_timer;[all …]