Home | History | Annotate | Download | only in fio

Lines Matching full:total_bytes

722 	uint64_t total_bytes, bytes_issued = 0;
731 total_bytes = td->o.size;
737 total_bytes = max(total_bytes, (uint64_t) td->o.io_limit);
745 total_bytes += td->o.size;
773 if (bytes_issued >= total_bytes)