sdebug_ndelay 634 drivers/scsi/scsi_debug.c static int sdebug_ndelay = DEF_NDELAY; /* if > 0 then unit is nanoseconds */ sdebug_ndelay 4444 drivers/scsi/scsi_debug.c module_param_named(ndelay, sdebug_ndelay, int, S_IRUGO | S_IWUSR); sdebug_ndelay 4585 drivers/scsi/scsi_debug.c sdebug_jdelay, sdebug_ndelay, sdebug_max_luns, sdebug_ndelay 4646 drivers/scsi/scsi_debug.c sdebug_ndelay = 0; sdebug_ndelay 4658 drivers/scsi/scsi_debug.c return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_ndelay); sdebug_ndelay 4670 drivers/scsi/scsi_debug.c if (sdebug_ndelay != ndelay) { sdebug_ndelay 4685 drivers/scsi/scsi_debug.c sdebug_ndelay = ndelay; sdebug_ndelay 5235 drivers/scsi/scsi_debug.c if (sdebug_ndelay >= 1000 * 1000 * 1000) { sdebug_ndelay 5237 drivers/scsi/scsi_debug.c sdebug_ndelay = 0; sdebug_ndelay 5238 drivers/scsi/scsi_debug.c } else if (sdebug_ndelay > 0) sdebug_ndelay 5729 drivers/scsi/scsi_debug.c sdebug_ndelay > 10000)) { sdebug_ndelay 5743 drivers/scsi/scsi_debug.c sdebug_ndelay);