Home
last modified time | relevance | path

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

/external/fio/
Dinit.c44 static struct thread_data def_thread; variable
306 options_free(fio_options, &def_thread); in free_shm()
390 set_cmd_options(&def_thread); in get_new_job()
391 return &def_thread; in get_new_job()
432 if (td == &def_thread) in put_job()
902 if (!origeo && td != &def_thread && def_thread.eo && in ioengine_load()
903 def_thread.io_ops->options == td->io_ops->options) in ioengine_load()
904 origeo = def_thread.eo; in ioengine_load()
1121 if (td == &def_thread) in add_job()
1385 td_parent = get_new_job(1, &def_thread, 0, jobname); in add_job_opts()
[all …]