Home | History | Annotate | Download | only in fio

Lines Matching full:bytes_total

156 	unsigned long long bytes_total, bytes_done;
164 bytes_total = td->total_io_size;
173 bytes_total = td->fill_device_size;
176 if (td->o.zone_size && td->o.zone_skip && bytes_total) {
180 zone_bytes = bytes_total + td->o.zone_size + td->o.zone_skip;
182 bytes_total -= nr_zones * td->o.zone_skip;
186 * if writing and verifying afterwards, bytes_total will be twice the
197 bytes_total += (bytes_total * perc) / 100;
199 bytes_total <<= 1;
207 if (bytes_total) {
208 perc = (double) bytes_done / (double) bytes_total;
278 r_eta = bytes_total / rate_bytes;