Lines Matching defs:sdebug_ndelay
749 static int sdebug_ndelay = DEF_NDELAY; /* if > 0 then unit is nanoseconds */
5638 module_param_named(ndelay, sdebug_ndelay, int, S_IRUGO | S_IWUSR);
5798 sdebug_jdelay, sdebug_ndelay, sdebug_max_luns,
5887 sdebug_ndelay = 0;
5899 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_ndelay);
5911 if (sdebug_ndelay != ndelay) {
5926 sdebug_ndelay = ndelay;
6671 if (sdebug_ndelay >= 1000 * 1000 * 1000) {
6673 sdebug_ndelay = 0;
6674 } else if (sdebug_ndelay > 0)
7397 sdebug_ndelay > 10000)) {
7411 sdebug_ndelay);