Searched refs:sdebug_ndelay (Results 1 – 1 of 1) sorted by relevance
7273 module_param_named(ndelay, sdebug_ndelay, int, S_IRUGO | S_IWUSR);7477 sdebug_jdelay, sdebug_ndelay, sdebug_max_luns, in scsi_debug_show_info()7573 sdebug_ndelay = 0; in delay_store()7586 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_ndelay); in ndelay_show()7598 if (sdebug_ndelay != ndelay) { in ndelay_store()7614 sdebug_ndelay = ndelay; in ndelay_store()8390 if (sdebug_ndelay >= 1000 * 1000 * 1000) { in scsi_debug_init()8392 sdebug_ndelay = 0; in scsi_debug_init()8393 } else if (sdebug_ndelay > 0) in scsi_debug_init()9330 sdebug_ndelay > 10000)) { in scsi_debug_queuecommand()[all …]