Searched refs:last_write_comp (Results 1 – 4 of 4) sorted by relevance
1011 if (td->last_write_comp) in cleanup_io_u()1012 sfree(td->last_write_comp); in cleanup_io_u()1130 td->last_write_comp = scalloc(max_units, sizeof(uint64_t)); in init_io_u()1131 if (!td->last_write_comp) { in init_io_u()
131 uint64_t *last_write_comp; member
1324 if (td->last_write_comp) { in get_all_io_list()1336 s->offsets[j] = cpu_to_le64(td->last_write_comp[k]); in get_all_io_list()
1667 if (td->last_write_comp) { in io_completed()1670 td->last_write_comp[idx] = io_u->offset; in io_completed()