Searched refs:sdebug_no_uld (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 751 static int sdebug_no_uld; variable 5039 if (sdebug_no_uld) in scsi_debug_slave_configure() 5640 module_param_named(no_uld, sdebug_no_uld, int, S_IRUGO); 6279 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_no_uld); in no_uld_show()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 759 static int sdebug_no_uld; variable 5163 if (sdebug_no_uld) in scsi_debug_slave_configure() 5740 module_param_named(no_uld, sdebug_no_uld, int, S_IRUGO); 6427 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_no_uld); in no_uld_show()
|
Completed in 22 milliseconds