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

  /external/fio/
file.h 112 uint64_t *last_write_comp; member in struct:fio_file
backend.c 1095 if (!f->last_write_comp)
1097 sfree(f->last_write_comp);
1111 f->last_write_comp = scalloc(depth, sizeof(uint64_t));
1112 if (!f->last_write_comp)
    [all...]
io_u.c     [all...]
verify.c     [all...]

Completed in 117 milliseconds