Searched refs:max_io_bytes (Results 1 – 1 of 1) sorted by relevance
528 int max_io_bytes = MAX(s->buf_size / MAX_IN_FLIGHT, MAX_IO_BYTES); in mirror_iteration() local618 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()