Searched refs:r_qmax (Results 1 – 1 of 1) sorted by relevance
5266 int j, k, qmax, r_qmax; in stop_queued_cmnd() local5276 r_qmax = atomic_read(&retired_max_queue); in stop_queued_cmnd()5277 if (r_qmax > qmax) in stop_queued_cmnd()5278 qmax = r_qmax; in stop_queued_cmnd()