Home
last modified time | relevance | path

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

/external/fio/
Dinit.c45 static struct thread_data def_thread; variable
307 options_free(fio_options, &def_thread.o); in free_shm()
443 return &def_thread; in get_new_job()
458 if (parent != &def_thread) in get_new_job()
479 if (!parent->o.group_reporting || parent == &def_thread) in get_new_job()
487 if (td == &def_thread) in put_job()
1016 if (!origeo && td != &def_thread && def_thread.eo && in ioengine_load()
1017 def_thread.io_ops->options == td->io_ops->options) in ioengine_load()
1018 origeo = def_thread.eo; in ioengine_load()
1294 if (td == &def_thread) in add_job()
[all …]