Home
last modified time | relevance | path

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

/external/fio/
Dthread_options.h119 unsigned int verify_batch; member
390 uint32_t verify_batch; member
Dio_u.c1530 if (td->verify_batch) in check_get_verify()
1534 td->verify_batch = td->o.verify_batch; in check_get_verify()
1535 if (!td->verify_batch) in check_get_verify()
1536 td->verify_batch = td->o.verify_backlog; in check_get_verify()
1541 td->verify_batch--; in check_get_verify()
Dcconv.c174 o->verify_batch = le32_to_cpu(top->verify_batch); in convert_thread_options_to_cpu()
379 top->verify_batch = cpu_to_le32(o->verify_batch); in convert_thread_options_to_net()
Dfio.h229 unsigned int verify_batch; member
Doptions.c2856 .off1 = offsetof(struct thread_options, verify_batch),