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

  /external/fio/
thread_options.h 198 unsigned long long trim_backlog; member in struct:thread_options
416 uint64_t trim_backlog; member in struct:thread_options_pack
cconv.c 242 o->trim_backlog = le64_to_cpu(top->trim_backlog);
446 top->trim_backlog = __cpu_to_le64(o->trim_backlog);
io_u.c 1349 } else if (!(td->io_hist_len % td->o.trim_backlog) &&
1353 td->trim_batch = td->o.trim_backlog;
    [all...]
init.c 885 if (o->trim_backlog)
    [all...]
options.c     [all...]

Completed in 551 milliseconds