Lines Matching full:run
43 % modprobe dmatest timeout=2000 iterations=1 channel=dma0chan0 run=1
51 % echo 1 > /sys/module/dmatest/parameters/run
55 dmatest.timeout=2000 dmatest.iterations=1 dmatest.channel=dma0chan0 dmatest.run=1
65 % echo 1 > /sys/module/dmatest/parameters/run
75 begin execution when the run parameter is set to 1.
84 pending thread is started once run is to 1.
90 % cat /sys/module/dmatest/parameters/run
92 To wait for test completion userspace can poll 'run' until it is false, or use
94 initialization to pause until a test run has completed, while reading
102 % modprobe dmatest run=1 iterations=42 wait=1
107 % modprobe dmatest run=1 iterations=42
116 re-run with the same or different parameters. For the details see the above
120 case. You always could check them at run-time by running ::
156 Channels do not need to be configured prior to starting a test run. Attempting
157 to run the test without configuring the channels will result in testing any
162 % echo 1 > /sys/module/dmatest/parameters/run
213 Note: Channels will have to be configured for each test run as channel configurations do not
214 carry across to the next test run.
219 Channels can be freed by setting run to 0.
227 % echo 0 > /sys/module/dmatest/parameters/run
232 channel is requested after completing a successful test run.