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

  /external/fio/
thread_options.h 306 unsigned block_error_hist; member in struct:thread_options
577 uint32_t block_error_hist; member in struct:thread_options_pack
cconv.c 285 o->block_error_hist = le32_to_cpu(top->block_error_hist);
470 top->block_error_hist = cpu_to_le32(o->block_error_hist);
filesetup.c 1007 if (td->o.block_error_hist) {
1017 td_verror(td, EINVAL, "block_error_hist");
    [all...]
init.c 866 if (td->o.block_error_hist && td->o.nr_files != 1) {
    [all...]
options.c     [all...]

Completed in 132 milliseconds