Home
last modified time | relevance | path

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

/external/fio/
Dfio.h132 unsigned int last_write_idx; member
Dio_u.c1668 int idx = td->last_write_idx++; in io_completed()
1671 if (td->last_write_idx == td->o.iodepth) in io_completed()
1672 td->last_write_idx = 0; in io_completed()
Dverify.c1332 k = td->last_write_idx - 1; in get_all_io_list()