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

  /external/fio/engines/
glusterfs_async.c 152 td->o.use_thread = 1;
rbd.c 447 td->o.use_thread = 1;
  /external/fio/
thread_options.h 108 unsigned int use_thread; member in struct:thread_options
337 uint32_t use_thread; member in struct:thread_options_pack
cconv.c 149 o->use_thread = le32_to_cpu(top->use_thread);
323 top->use_thread = cpu_to_le32(o->use_thread);
backend.c 1312 if (!o->use_thread) {
1318 fio_local_clock_init(o->use_thread);
    [all...]
init.c 520 if (!o->use_thread) {
524 o->use_thread = 1;
    [all...]
options.c     [all...]

Completed in 61 milliseconds