Lines Matching full:for
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
99 # BLOCK_JOB_* events for all of the following block jobs. They are predictable
104 # to sleep at least for a second, which is plenty of time for the 'quit' QMP
108 # The buffer size for commit and streaming is 512k (waiting for 8 seconds after
109 # the first request), for active commit and mirror it's large enough to cover
110 # the full 4M, and for backup it's the qcow2 cluster size, which we know is
230 # throttling), wait for READY, then write some data to the device,
232 # (qemu should force-cancel the job and not wait for the data to be
291 # Write something to the device for post-READY mirroring. Write it in
296 # cancelling the job (in-flight requests still are waited for).
298 # something for blockdev-mirror's @buf-size parameter, but
300 # something out that works for both.
307 for ofs in $(seq 0 $step $((size - step))); do
339 echo "ERROR: Timeout waiting for job to reach len=$final_len"