Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dscsi_logging.c19 #define SCSI_LOG_SPOOLSIZE 4096 macro
21 #if (SCSI_LOG_SPOOLSIZE / SCSI_LOG_BUFSIZE) > BITS_PER_LONG
26 char buffer[SCSI_LOG_SPOOLSIZE];
64 bufptr < buf->buffer + SCSI_LOG_SPOOLSIZE) { in scsi_log_release_buffer()