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

  /external/fio/
thread_options.h 169 unsigned int barrier_blocks; member in struct:thread_options
438 uint32_t barrier_blocks; member in struct:thread_options_pack
cconv.c 209 o->barrier_blocks = le32_to_cpu(top->barrier_blocks);
412 top->barrier_blocks = cpu_to_le32(o->barrier_blocks);
io_u.c 783 td->o.barrier_blocks &&
784 !(td->io_issues[DDIR_WRITE] % td->o.barrier_blocks) &&
    [all...]
options.c     [all...]

Completed in 245 milliseconds