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 47 unsigned int ddir_seq_nr; member in struct:thread_options
274 uint32_t ddir_seq_nr; member in struct:thread_options_pack
cconv.c 76 o->ddir_seq_nr = le32_to_cpu(top->ddir_seq_nr);
281 top->ddir_seq_nr = cpu_to_le32(o->ddir_seq_nr);
fio.h 278 unsigned int ddir_seq_nr; member in struct:thread_data
io_u.c 374 if (td->o.ddir_seq_nr && !--td->ddir_seq_nr) {
376 td->ddir_seq_nr = td->o.ddir_seq_nr;
    [all...]
init.c 1112 td->ddir_seq_nr = o->ddir_seq_nr;
    [all...]
options.c 330 o->ddir_seq_nr = 1;
338 o->ddir_seq_nr = atoi(nr);
    [all...]

Completed in 181 milliseconds