Lines Matching refs:ms
31 cpu.cfs_period_us=100ms
40 The minimum quota allowed for the quota or period is 1ms. There is also an
59 /proc/sys/kernel/sched_cfs_bandwidth_slice_us (default=5ms)
97 If period is 250ms and quota is also 250ms, the group will get
98 1 CPU worth of runtime every 250ms.
100 # echo 250000 > cpu.cfs_quota_us /* quota = 250ms */
101 # echo 250000 > cpu.cfs_period_us /* period = 250ms */
105 With 500ms period and 1000ms quota, the group can get 2 CPUs worth of
106 runtime every 500ms.
108 # echo 1000000 > cpu.cfs_quota_us /* quota = 1000ms */
109 # echo 500000 > cpu.cfs_period_us /* period = 500ms */
115 With 50ms period, 10ms quota will be equivalent to 20% of 1 CPU.
117 # echo 10000 > cpu.cfs_quota_us /* quota = 10ms */
118 # echo 50000 > cpu.cfs_period_us /* period = 50ms */