Lines Matching refs:scsi_debug_delay
519 static int scsi_debug_delay = DEF_DELAY; variable
3690 } else if (scsi_debug_delay > 0) { in stop_queued_cmnd()
3694 } else if (scsi_debug_delay < 0) { in stop_queued_cmnd()
3731 } else if (scsi_debug_delay > 0) { in stop_all_queued()
3735 } else if (scsi_debug_delay < 0) { in stop_all_queued()
4074 module_param_named(delay, scsi_debug_delay, int, S_IRUGO | S_IWUSR);
4214 scsi_debug_every_nth, b, scsi_debug_delay, scsi_debug_ndelay, in scsi_debug_show_info()
4232 return scnprintf(buf, PAGE_SIZE, "%d\n", scsi_debug_delay); in delay_show()
4242 if (scsi_debug_delay != delay) { in delay_store()
4252 scsi_debug_delay = delay; in delay_store()
4286 scsi_debug_delay = ndelay ? DELAY_OVERRIDDEN in ndelay_store()
4795 scsi_debug_delay = DELAY_OVERRIDDEN; in scsi_debug_init()
5282 ((F_DELAY_OVERR & flags) ? 0 : scsi_debug_delay)); in scsi_debug_queuecommand()