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

  /external/fio/examples/
enospc-pressure.fio 46 verify_async=4
  /external/fio/
fio.h 602 if (td->o.verify_async)
608 if (td->o.verify_async)
614 if (td->o.verify_async)
thread_options.h 98 unsigned int verify_async; member in struct:thread_options
325 uint32_t verify_async; member in struct:thread_options_pack
cconv.c 143 o->verify_async = le32_to_cpu(top->verify_async);
313 top->verify_async = cpu_to_le32(o->verify_async);
verify.c 1244 td->verify_threads = malloc(sizeof(pthread_t) * td->o.verify_async);
1245 for (i = 0; i < td->o.verify_async; i++) {
1264 if (i != td->o.verify_async) {
backend.c 525 if (td->o.verify_async)
757 if (td->o.verify_async)
1411 if (o->verify_async && verify_async_init(td))
    [all...]
io_u.c 1325 } else if (td->o.verify_async) {
    [all...]
options.c     [all...]

Completed in 145 milliseconds