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

/external/fio/
H A Dinit.c44 static struct thread_data def_thread; variable in typeref:struct:thread_data
262 options_free(fio_options, &def_thread);
338 set_cmd_options(&def_thread);
339 return &def_thread;
376 if (td == &def_thread)
855 if (!origeo && td != &def_thread && def_thread.eo &&
856 def_thread.io_ops->options == td->io_ops->options)
857 origeo = def_thread.eo;
1043 * the def_thread i
[all...]

Completed in 59 milliseconds