Searched refs:last_write_idx (Results 1 – 3 of 3) sorted by relevance
132 unsigned int last_write_idx; member
1668 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()
1332 k = td->last_write_idx - 1; in get_all_io_list()