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

  /external/fio/
backend.c 1011 if (td->last_write_comp)
1012 sfree(td->last_write_comp);
1130 td->last_write_comp = scalloc(max_units, sizeof(uint64_t));
1131 if (!td->last_write_comp) {
    [all...]
fio.h 131 uint64_t *last_write_comp; member in struct:thread_data
io_u.c     [all...]
verify.c 1324 if (td->last_write_comp) {
1336 s->offsets[j] = cpu_to_le64(td->last_write_comp[k]);
    [all...]

Completed in 220 milliseconds