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

  /external/fio/
thread_options.h 51 unsigned int ddir_seq_nr; member in struct:thread_options
280 uint32_t ddir_seq_nr; member in struct:thread_options_pack
cconv.c 79 o->ddir_seq_nr = le32_to_cpu(top->ddir_seq_nr);
288 top->ddir_seq_nr = cpu_to_le32(o->ddir_seq_nr);
fio.h 288 unsigned int ddir_seq_nr; member in struct:thread_data
io_u.c 377 if (td->o.ddir_seq_nr && !--td->ddir_seq_nr) {
379 td->ddir_seq_nr = td->o.ddir_seq_nr;
    [all...]
init.c 1188 td->ddir_seq_nr = o->ddir_seq_nr;
    [all...]
options.c 333 o->ddir_seq_nr = 1;
341 o->ddir_seq_nr = atoi(nr);
    [all...]

Completed in 919 milliseconds