Home
last modified time | relevance | path

Searched refs:use_thread (Results 1 – 7 of 7) sorted by relevance

/external/fio/
Dthread_options.h108 unsigned int use_thread; member
337 uint32_t use_thread; member
Dcconv.c149 o->use_thread = le32_to_cpu(top->use_thread); in convert_thread_options_to_cpu()
323 top->use_thread = cpu_to_le32(o->use_thread); in convert_thread_options_to_net()
Dbackend.c1312 if (!o->use_thread) { in thread_main()
1318 fio_local_clock_init(o->use_thread); in thread_main()
1709 if (td->o.use_thread) { in reap_threads()
1883 if (td->o.use_thread) in run_threads()
1999 if (td->o.use_thread) { in run_threads()
Dinit.c520 if (!o->use_thread) { in fixup_options()
524 o->use_thread = 1; in fixup_options()
Doptions.c3094 .off1 = td_var_offset(use_thread),
/external/fio/engines/
Dglusterfs_async.c152 td->o.use_thread = 1; in fio_gf_async_setup()
Drbd.c447 td->o.use_thread = 1; in fio_rbd_setup()