Searched refs:sdebug_strict (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 779 static bool sdebug_strict = DEF_STRICT; variable 5655 module_param_named(strict, sdebug_strict, bool, S_IRUGO | S_IWUSR); 6524 return scnprintf(buf, PAGE_SIZE, "%d\n", !!sdebug_strict); in strict_show() 6532 sdebug_strict = (n > 0); in strict_store() 7353 if (unlikely(sdebug_strict)) { /* check cdb against mask */ in scsi_debug_queuecommand()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 787 static bool sdebug_strict = DEF_STRICT; variable 5755 module_param_named(strict, sdebug_strict, bool, S_IRUGO | S_IWUSR); 6672 return scnprintf(buf, PAGE_SIZE, "%d\n", !!sdebug_strict); in strict_show() 6680 sdebug_strict = (n > 0); in strict_store() 7601 if (unlikely(sdebug_strict)) { /* check cdb against mask */ in scsi_debug_queuecommand()
|
Completed in 23 milliseconds