Searched refs:in_flight_write (Results 1 – 1 of 1) sorted by relevance
490 unsigned in_flight_read, in_flight_write; in dm_stat_round() local502 in_flight_write = (unsigned)atomic_read(&shared->in_flight[WRITE]); in dm_stat_round()505 if (in_flight_write) in dm_stat_round()507 if (in_flight_read + in_flight_write) { in dm_stat_round()509 p->time_in_queue += (in_flight_read + in_flight_write) * difference; in dm_stat_round()
Completed in 7 milliseconds