Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c5076 int j, k, qmax, r_qmax; in stop_queued_cmnd() local
5086 r_qmax = atomic_read(&retired_max_queue); in stop_queued_cmnd()
5087 if (r_qmax > qmax) in stop_queued_cmnd()
5088 qmax = r_qmax; in stop_queued_cmnd()

Completed in 11 milliseconds