Home
last modified time | relevance | path

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

/external/fio/
Deta.c169 uint64_t zone_bytes; in thread_eta() local
171 zone_bytes = bytes_total + td->o.zone_size + td->o.zone_skip; in thread_eta()
172 nr_zones = (zone_bytes - 1) / (td->o.zone_size + td->o.zone_skip); in thread_eta()
Dlibfio.c92 td->zone_bytes = 0; in reset_io_counters()
Dfio.h253 uint64_t zone_bytes; member
Dio_u.c743 if (td->zone_bytes >= td->o.zone_size && td->o.zone_skip) { in fill_io_u()
746 td->zone_bytes = 0; in fill_io_u()
789 td->zone_bytes += io_u->buflen; in fill_io_u()