Home
last modified time | relevance | path

Searched refs:max_io_bytes (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dmirror.c528 int max_io_bytes = MAX(s->buf_size / MAX_IN_FLIGHT, MAX_IO_BYTES); in mirror_iteration() local
618 io_bytes = MIN(nb_chunks * s->granularity, max_io_bytes); in mirror_iteration()
620 io_bytes = MIN(io_bytes, max_io_bytes); in mirror_iteration()