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

  /external/fio/
thread_options.h 196 unsigned int trim_batch; member in struct:thread_options
414 uint32_t trim_batch; member in struct:thread_options_pack
io_u.c 1346 if (td->trim_batch) {
1347 td->trim_batch--;
1351 td->trim_batch = td->o.trim_batch;
1352 if (!td->trim_batch)
1353 td->trim_batch = td->o.trim_backlog;
    [all...]
cconv.c 222 o->trim_batch = le32_to_cpu(top->trim_batch);
379 top->trim_batch = cpu_to_le32(o->trim_batch);
fio.h 178 unsigned int trim_batch; member in struct:thread_data
options.c     [all...]

Completed in 44 milliseconds