Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dscsi_debug.c743 static int sdebug_jdelay = DEF_JDELAY; /* if > 0 then unit is jiffies */ variable
5822 module_param_named(delay, sdebug_jdelay, int, S_IRUGO | S_IWUSR);
6016 sdebug_jdelay, sdebug_ndelay, sdebug_max_luns, in scsi_debug_show_info()
6078 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_jdelay); in delay_show()
6090 if (sdebug_jdelay != jdelay) { in delay_store()
6105 sdebug_jdelay = jdelay; in delay_store()
6146 sdebug_jdelay = ndelay ? JDELAY_OVERRIDDEN in ndelay_store()
6912 sdebug_jdelay = JDELAY_OVERRIDDEN; in scsi_debug_init()
7759 else if ((flags & F_LONG_DELAY) && (sdebug_jdelay > 0 || in scsi_debug_queuecommand()
7767 int jdelay = (sdebug_jdelay < 2) ? 1 : sdebug_jdelay; in scsi_debug_queuecommand()
[all …]