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

  /external/fio/
iolog.h 107 unsigned int log_gz; member in struct:io_log
255 int log_gz; member in struct:log_params
iolog.c 609 l->log_gz = p->log_gz;
641 if (l->log_gz && !p->td)
642 l->log_gz = 0;
643 else if (l->log_gz || l->log_gz_store) {
939 struct inflate_chunk_iter iter = { .chunk_sz = log->log_gz, };
thread_options.h 137 unsigned int log_gz; member in struct:thread_options
408 uint32_t log_gz; member in struct:thread_options_pack
init.c 1394 .log_gz = o->log_gz
    [all...]
cconv.c 188 o->log_gz = le32_to_cpu(top->log_gz);
391 top->log_gz = cpu_to_le32(o->log_gz);
stat.c     [all...]
options.c     [all...]

Completed in 78 milliseconds