Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dscsi_debug.c3662 int k, qmax, r_qmax; in stop_queued_cmnd() local
3668 r_qmax = atomic_read(&retired_max_queue); in stop_queued_cmnd()
3669 if (r_qmax > qmax) in stop_queued_cmnd()
3670 qmax = r_qmax; in stop_queued_cmnd()