Lines Matching refs:quota
10 The bandwidth allowed for a group is specified using a quota and period. Within
12 "quota" microseconds of CPU time. When the CPU bandwidth consumption of a
17 A group's unused runtime is globally tracked, being refreshed with quota units
40 The minimum quota allowed for the quota or period is 1ms. There is also an
87 a. it fully consumes its own quota within a period
88 b. a parent's quota is fully consumed within its period
97 If period is 250ms and quota is also 250ms, the group will get
100 # echo 250000 > cpu.cfs_quota_us /* quota = 250ms */
105 With 500ms period and 1000ms quota, the group can get 2 CPUs worth of
108 # echo 1000000 > cpu.cfs_quota_us /* quota = 1000ms */
115 With 50ms period, 10ms quota will be equivalent to 20% of 1 CPU.
117 # echo 10000 > cpu.cfs_quota_us /* quota = 10ms */