Lines Matching full:run
33 % modprobe dmatest timeout=2000 iterations=1 channel=dma0chan0 run=1
41 % echo 1 > /sys/module/dmatest/parameters/run
45 dmatest.timeout=2000 dmatest.iterations=1 dmatest.channel=dma0chan0 dmatest.run=1
55 % echo 1 > /sys/module/dmatest/parameters/run
65 begin execution when the run parameter is set to 1.
74 pending thread is started once run is to 1.
80 % cat /sys/module/dmatest/parameters/run
82 To wait for test completion userpace can poll 'run' until it is false, or use
84 initialization to pause until a test run has completed, while reading
92 % modprobe dmatest run=1 iterations=42 wait=1
97 % modprobe dmatest run=1 iterations=42
106 re-run with the same or different parameters. For the details see the above
110 case. You always could check them at run-time by running ::
146 Channels do not need to be configured prior to starting a test run. Attempting
147 to run the test without configuring the channels will result in testing any
152 % echo 1 > /sys/module/dmatest/parameters/run
203 Note: Channels will have to be configured for each test run as channel configurations do not
204 carry across to the next test run.
209 Channels can be freed by setting run to 0.
217 % echo 0 > /sys/module/dmatest/parameters/run
222 channel is requested after completing a successful test run.