Lines Matching refs:scsi_debug_delay
522 static int scsi_debug_delay = DEF_DELAY; variable
3686 } else if (scsi_debug_delay > 0) { in stop_queued_cmnd()
3690 } else if (scsi_debug_delay < 0) { in stop_queued_cmnd()
3727 } else if (scsi_debug_delay > 0) { in stop_all_queued()
3731 } else if (scsi_debug_delay < 0) { in stop_all_queued()
4075 module_param_named(delay, scsi_debug_delay, int, S_IRUGO | S_IWUSR);
4215 scsi_debug_every_nth, b, scsi_debug_delay, scsi_debug_ndelay, in scsi_debug_show_info()
4233 return scnprintf(buf, PAGE_SIZE, "%d\n", scsi_debug_delay); in delay_show()
4243 if (scsi_debug_delay != delay) { in delay_store()
4253 scsi_debug_delay = delay; in delay_store()
4287 scsi_debug_delay = ndelay ? DELAY_OVERRIDDEN in ndelay_store()
4794 scsi_debug_delay = DELAY_OVERRIDDEN; in scsi_debug_init()
5269 ((F_DELAY_OVERR & flags) ? 0 : scsi_debug_delay)); in scsi_debug_queuecommand()