Lines Matching full:ms
34 cpu.cfs_period_us=100ms
43 The minimum quota allowed for the quota or period is 1ms. There is also an
63 /proc/sys/kernel/sched_cfs_bandwidth_slice_us (default=5ms)
103 Once a slice is assigned to a cpu it does not expire. However all but 1ms of
121 1ms per cpu or as defined by min_cfs_rq_runtime). This slight burst only
126 also limits the burst ability to no more than 1ms per cpu. This provides
139 will use up to 1ms additional quota in some periods, thereby preventing the
150 If period is 250ms and quota is also 250ms, the group will get
151 1 CPU worth of runtime every 250ms.
153 # echo 250000 > cpu.cfs_quota_us /* quota = 250ms */
154 # echo 250000 > cpu.cfs_period_us /* period = 250ms */
158 With 500ms period and 1000ms quota, the group can get 2 CPUs worth of
159 runtime every 500ms::
161 # echo 1000000 > cpu.cfs_quota_us /* quota = 1000ms */
162 # echo 500000 > cpu.cfs_period_us /* period = 500ms */
168 With 50ms period, 10ms quota will be equivalent to 20% of 1 CPU::
170 # echo 10000 > cpu.cfs_quota_us /* quota = 10ms */
171 # echo 50000 > cpu.cfs_period_us /* period = 50ms */