HomeSort by relevance Sort by last modified time
    Searched refs:zone_bytes (Results 1 - 4 of 4) sorted by null

  /external/fio/
eta.c 169 uint64_t zone_bytes; local
171 zone_bytes = bytes_total + td->o.zone_size + td->o.zone_skip;
172 nr_zones = (zone_bytes - 1) / (td->o.zone_size + td->o.zone_skip);
libfio.c 92 td->zone_bytes = 0;
fio.h 253 uint64_t zone_bytes; member in struct:thread_data
io_u.c 743 if (td->zone_bytes >= td->o.zone_size && td->o.zone_skip) {
746 td->zone_bytes = 0;
789 td->zone_bytes += io_u->buflen;
    [all...]

Completed in 67 milliseconds