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

/linux-master/drivers/scsi/
H A Dscsi_debug.c844 static bool sdebug_strict = DEF_STRICT; variable
6313 module_param_named(strict, sdebug_strict, bool, S_IRUGO | S_IWUSR);
7232 return scnprintf(buf, PAGE_SIZE, "%d\n", !!sdebug_strict);
7240 sdebug_strict = (n > 0);
8314 if (unlikely(sdebug_strict)) { /* check cdb against mask */

Completed in 130 milliseconds