Searched refs:last_write_comp (Results 1 - 4 of 4) sorted by relevance

/external/fio/
H A Dbackend.c1011 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) {
H A Dfio.h131 uint64_t *last_write_comp; member in struct:thread_data
H A Dio_u.c1667 if (td->last_write_comp) {
1670 td->last_write_comp[idx] = io_u->offset;
H A Dverify.c1324 if (td->last_write_comp) {
1336 s->offsets[j] = cpu_to_le64(td->last_write_comp[k]);

Completed in 66 milliseconds