Searched refs:last_write_idx (Results 1 - 3 of 3) sorted by relevance

/external/fio/
H A Dfile.h113 unsigned int last_write_idx; member in struct:fio_file
H A Dio_u.c1807 idx = f->last_write_idx++;
1809 if (f->last_write_idx == td->o.iodepth)
1810 f->last_write_idx = 0;
H A Dverify.c1547 j = f->last_write_idx - 1;

Completed in 4959 milliseconds