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

/linux-4.1.27/drivers/md/
H A Ddm-stats.c426 unsigned in_flight_read; dm_stat_round() local
432 in_flight_read = (unsigned)atomic_read(&shared->in_flight[READ]); dm_stat_round()
434 if (in_flight_read) dm_stat_round()
438 if (in_flight_read + in_flight_write) { dm_stat_round()
440 p->time_in_queue += (in_flight_read + in_flight_write) * difference; dm_stat_round()

Completed in 65 milliseconds