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 59 static unsigned int num_read_blocks; variable
83 unsigned int num_read_blocks; member in struct:act_options
134 .off1 = offsetof(struct act_options, num_read_blocks),
200 if (act_add_opt("bs=%u", num_read_blocks * 512))
203 const int rsize = write_size / (num_read_blocks * 512);

Completed in 129 milliseconds