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

  /external/fio/
thread_options.h 100 unsigned int verify_batch; member in struct:thread_options
327 uint32_t verify_batch; member in struct:thread_options_pack
io_u.c 1372 if (td->verify_batch)
1376 td->verify_batch = td->o.verify_batch;
1377 if (!td->verify_batch)
1378 td->verify_batch = td->o.verify_backlog;
1383 td->verify_batch--;
    [all...]
cconv.c 144 o->verify_batch = le32_to_cpu(top->verify_batch);
314 top->verify_batch = cpu_to_le32(o->verify_batch);
fio.h 177 unsigned int verify_batch; member in struct:thread_data
options.c     [all...]

Completed in 72 milliseconds