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

/linux-4.1.27/drivers/scsi/
H A Dscsi_debug.c212 #define SCSI_DEBUG_CANQUEUE_WORDS 9 /* a WORD is bits in a long */ macro
213 #define SCSI_DEBUG_CANQUEUE (SCSI_DEBUG_CANQUEUE_WORDS * BITS_PER_LONG)
623 static unsigned long queued_in_use_bm[SCSI_DEBUG_CANQUEUE_WORDS];

Completed in 89 milliseconds