Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/ !
Dscsi_debug.c788 static bool sdebug_strict = DEF_STRICT; variable
5861 module_param_named(strict, sdebug_strict, bool, S_IRUGO | S_IWUSR);
6753 return scnprintf(buf, PAGE_SIZE, "%d\n", !!sdebug_strict); in strict_show()
6761 sdebug_strict = (n > 0); in strict_store()
7705 if (unlikely(sdebug_strict)) { /* check cdb against mask */ in scsi_debug_queuecommand()