Home
last modified time | relevance | path

Searched refs:verify_batch (Results 1 – 5 of 5) sorted by relevance

/external/fio/
Dthread_options.h104 unsigned int verify_batch; member
333 uint32_t verify_batch; member
Dio_u.c1370 if (td->verify_batch) in check_get_verify()
1374 td->verify_batch = td->o.verify_batch; in check_get_verify()
1375 if (!td->verify_batch) in check_get_verify()
1376 td->verify_batch = td->o.verify_backlog; in check_get_verify()
1381 td->verify_batch--; in check_get_verify()
Dcconv.c148 o->verify_batch = le32_to_cpu(top->verify_batch); in convert_thread_options_to_cpu()
322 top->verify_batch = cpu_to_le32(o->verify_batch); in convert_thread_options_to_net()
Dfio.h180 unsigned int verify_batch; member
Doptions.c2468 .off1 = td_var_offset(verify_batch),