Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c749 static int sdebug_ndelay = DEF_NDELAY; /* if > 0 then unit is nanoseconds */ variable
5638 module_param_named(ndelay, sdebug_ndelay, int, S_IRUGO | S_IWUSR);
5798 sdebug_jdelay, sdebug_ndelay, sdebug_max_luns, in scsi_debug_show_info()
5887 sdebug_ndelay = 0; in delay_store()
5899 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_ndelay); in ndelay_show()
5911 if (sdebug_ndelay != ndelay) { in ndelay_store()
5926 sdebug_ndelay = ndelay; in ndelay_store()
6671 if (sdebug_ndelay >= 1000 * 1000 * 1000) { in scsi_debug_init()
6673 sdebug_ndelay = 0; in scsi_debug_init()
6674 } else if (sdebug_ndelay > in scsi_debug_init()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c757 static int sdebug_ndelay = DEF_NDELAY; /* if > 0 then unit is nanoseconds */ variable
5737 module_param_named(ndelay, sdebug_ndelay, int, S_IRUGO | S_IWUSR);
5928 sdebug_jdelay, sdebug_ndelay, sdebug_max_luns, in scsi_debug_show_info()
6024 sdebug_ndelay = 0; in delay_store()
6037 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_ndelay); in ndelay_show()
6049 if (sdebug_ndelay != ndelay) { in ndelay_store()
6065 sdebug_ndelay = ndelay; in ndelay_store()
6816 if (sdebug_ndelay >= 1000 * 1000 * 1000) { in scsi_debug_init()
6818 sdebug_ndelay = 0; in scsi_debug_init()
6819 } else if (sdebug_ndelay > in scsi_debug_init()
[all...]

Completed in 19 milliseconds