Home | Sort by relevance Sort by last modified time |
/external/fio/ | |
thread_options.h | 135 unsigned int barrier_blocks; member in struct:thread_options 359 uint32_t barrier_blocks; member in struct:thread_options_pack |
cconv.c | 170 o->barrier_blocks = le32_to_cpu(top->barrier_blocks); 340 top->barrier_blocks = cpu_to_le32(o->barrier_blocks); |
io_u.c | 673 td->o.barrier_blocks && 674 !(td->io_issues[DDIR_WRITE] % td->o.barrier_blocks) && [all...] |
options.c | [all...] |