Home
last modified time | relevance | path

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

/external/fio/
Dbackend.c1011 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()
Dfio.h131 uint64_t *last_write_comp; member
Dverify.c1324 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()
Dio_u.c1667 if (td->last_write_comp) { in io_completed()
1670 td->last_write_comp[idx] = io_u->offset; in io_completed()