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

  /external/fio/
thread_options.h 221 unsigned int compress_percentage; member in struct:thread_options
491 uint32_t compress_percentage; member in struct:thread_options_pack
cconv.c 281 o->compress_percentage = le32_to_cpu(top->compress_percentage);
467 top->compress_percentage = cpu_to_le32(o->compress_percentage);
init.c 815 if (o->compress_percentage) {
816 if (o->compress_percentage == 100) {
818 o->compress_percentage = 0;
    [all...]
io_u.c     [all...]
verify.c 48 __fill_random_buf_percentage(seed, p, o->compress_percentage, len, len, o->buffer_pattern, o->buffer_pattern_bytes);
57 return fill_random_buf_percentage(fs, p, o->compress_percentage, len, len, o->buffer_pattern, o->buffer_pattern_bytes);
    [all...]
options.c 1315 if (!td->o.compress_percentage && !td_read(td))
1331 td->o.compress_percentage = *il;
    [all...]

Completed in 2625 milliseconds