Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dscsi_debug.c4014 int j, k, qmax, r_qmax; in stop_queued_cmnd() local
4024 r_qmax = atomic_read(&retired_max_queue); in stop_queued_cmnd()
4025 if (r_qmax > qmax) in stop_queued_cmnd()
4026 qmax = r_qmax; in stop_queued_cmnd()