Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_debug.c867 static int sdebug_ndelay = DEF_NDELAY; /* if > 0 then unit is nanoseconds */ variable
7323 module_param_named(ndelay, sdebug_ndelay, int, S_IRUGO | S_IWUSR);
7526 sdebug_jdelay, sdebug_ndelay, sdebug_max_luns, in scsi_debug_show_info()
7622 sdebug_ndelay = 0; in delay_store()
7635 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_ndelay); in ndelay_show()
7647 if (sdebug_ndelay != ndelay) { in ndelay_store()
7663 sdebug_ndelay = ndelay; in ndelay_store()
8438 if (sdebug_ndelay >= 1000 * 1000 * 1000) { in scsi_debug_init()
8440 sdebug_ndelay = 0; in scsi_debug_init()
8441 } else if (sdebug_ndelay > 0) in scsi_debug_init()
[all …]