sdebug_jdelay     620 drivers/scsi/scsi_debug.c static int sdebug_jdelay = DEF_JDELAY;	/* if > 0 then unit is jiffies */
sdebug_jdelay    4420 drivers/scsi/scsi_debug.c module_param_named(delay, sdebug_jdelay, int, S_IRUGO | S_IWUSR);
sdebug_jdelay    4585 drivers/scsi/scsi_debug.c 		   sdebug_jdelay, sdebug_ndelay, sdebug_max_luns,
sdebug_jdelay    4618 drivers/scsi/scsi_debug.c 	return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_jdelay);
sdebug_jdelay    4630 drivers/scsi/scsi_debug.c 		if (sdebug_jdelay != jdelay) {
sdebug_jdelay    4645 drivers/scsi/scsi_debug.c 				sdebug_jdelay = jdelay;
sdebug_jdelay    4686 drivers/scsi/scsi_debug.c 				sdebug_jdelay = ndelay  ? JDELAY_OVERRIDDEN
sdebug_jdelay    5239 drivers/scsi/scsi_debug.c 		sdebug_jdelay = JDELAY_OVERRIDDEN;
sdebug_jdelay    5728 drivers/scsi/scsi_debug.c 	else if ((flags & F_LONG_DELAY) && (sdebug_jdelay > 0 ||
sdebug_jdelay    5736 drivers/scsi/scsi_debug.c 		int jdelay = (sdebug_jdelay < 2) ? 1 : sdebug_jdelay;
sdebug_jdelay    5742 drivers/scsi/scsi_debug.c 		return schedule_resp(scp, devip, errsts, pfp, sdebug_jdelay,