HomeSort by relevance Sort by last modified time
    Searched full:num_read_blocks (Results 1 - 1 of 1) sorted by null

  /external/fio/profiles/
act.c 60 static unsigned int num_read_blocks; variable
84 unsigned int num_read_blocks; member in struct:act_options
135 .off1 = offsetof(struct act_options, num_read_blocks),
201 if (act_add_opt("bs=%u", num_read_blocks * 512))
204 const int rsize = write_size / (num_read_blocks * 512);

Completed in 66 milliseconds