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 201 unsigned int trim_batch; member in struct:thread_options
424 uint32_t trim_batch; member in struct:thread_options_pack
io_u.c 1344 if (td->trim_batch) {
1345 td->trim_batch--;
1349 td->trim_batch = td->o.trim_batch;
1350 if (!td->trim_batch)
1351 td->trim_batch = td->o.trim_backlog;
    [all...]
cconv.c 225 o->trim_batch = le32_to_cpu(top->trim_batch);
386 top->trim_batch = cpu_to_le32(o->trim_batch);
fio.h 181 unsigned int trim_batch; member in struct:thread_data
options.c     [all...]

Completed in 88 milliseconds