Lines Matching full:ms
41 cpu.cfs_period_us=100ms
50 The minimum quota allowed for the quota or period is 1ms. There is also an
70 /proc/sys/kernel/sched_cfs_bandwidth_slice_us (default=5ms)
110 Once a slice is assigned to a cpu it does not expire. However all but 1ms of
128 1ms per cpu or as defined by min_cfs_rq_runtime). This slight burst only
133 also limits the burst ability to no more than 1ms per cpu. This provides
146 will use up to 1ms additional quota in some periods, thereby preventing the
157 If period is 250ms and quota is also 250ms, the group will get
158 1 CPU worth of runtime every 250ms.
160 # echo 250000 > cpu.cfs_quota_us /* quota = 250ms */
161 # echo 250000 > cpu.cfs_period_us /* period = 250ms */
165 With 500ms period and 1000ms quota, the group can get 2 CPUs worth of
166 runtime every 500ms::
168 # echo 1000000 > cpu.cfs_quota_us /* quota = 1000ms */
169 # echo 500000 > cpu.cfs_period_us /* period = 500ms */
175 With 50ms period, 10ms quota will be equivalent to 20% of 1 CPU::
177 # echo 10000 > cpu.cfs_quota_us /* quota = 10ms */
178 # echo 50000 > cpu.cfs_period_us /* period = 50ms */