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 104 unsigned int verify_batch; member in struct:thread_options
333 uint32_t verify_batch; member in struct:thread_options_pack
io_u.c 1370 if (td->verify_batch)
1374 td->verify_batch = td->o.verify_batch;
1375 if (!td->verify_batch)
1376 td->verify_batch = td->o.verify_backlog;
1381 td->verify_batch--;
    [all...]
cconv.c 148 o->verify_batch = le32_to_cpu(top->verify_batch);
322 top->verify_batch = cpu_to_le32(o->verify_batch);
fio.h 180 unsigned int verify_batch; member in struct:thread_data
options.c     [all...]

Completed in 98 milliseconds