Searched defs:cfs_bandwidth (Results 1 – 7 of 7) sorted by relevance
27807 struct cfs_bandwidth { struct27808 raw_spinlock_t lock;27809 ktime_t period;27810 u64 quota;27811 u64 runtime;27812 u64 burst;27813 u64 runtime_snap;27814 s64 hierarchical_quota;27815 u8 idle;27816 u8 period_active;[all …]
24950 struct cfs_bandwidth { struct24951 raw_spinlock_t lock;24952 ktime_t period;24953 u64 quota;24954 u64 runtime;24955 s64 hierarchical_quota;24956 u8 idle;24957 u8 period_active;24958 u8 slack_started;24959 struct hrtimer period_timer;[all …]
22010 struct cfs_bandwidth { struct22011 raw_spinlock_t lock;22012 ktime_t period;22013 u64 quota;22014 u64 runtime;22015 s64 hierarchical_quota;22016 u8 idle;22017 u8 period_active;22018 u8 slack_started;22019 struct hrtimer period_timer;[all …]
27344 struct cfs_bandwidth {}; struct27364 struct cfs_bandwidth cfs_bandwidth; member