Home
last modified time | relevance | path

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

/external/fio/
Dthread_options.h123 unsigned int use_thread; member
394 uint32_t use_thread; member
Dcconv.c175 o->use_thread = le32_to_cpu(top->use_thread); in convert_thread_options_to_cpu()
380 top->use_thread = cpu_to_le32(o->use_thread); in convert_thread_options_to_net()
Dbackend.c1468 if (!o->use_thread) { in thread_main()
1474 fio_local_clock_init(o->use_thread); in thread_main()
1897 if (td->o.use_thread) { in reap_threads()
2134 if (td->o.use_thread) in run_threads()
2261 if (td->o.use_thread) { in run_threads()
Dinit.c591 if (!o->use_thread) { in fixup_options()
595 o->use_thread = 1; in fixup_options()
Doptions.c3674 .off1 = offsetof(struct thread_options, use_thread),
/external/fio/engines/
Dglusterfs_async.c152 td->o.use_thread = 1; in fio_gf_async_setup()
Dpmemblk.c271 if (!td->o.use_thread) { in pmb_get_flags()
Drbd.c583 td->o.use_thread = 1;