Lines Matching refs:scsi_debug_ndelay
531 static int scsi_debug_ndelay = DEF_NDELAY; variable
3686 if (scsi_debug_ndelay > 0) { in stop_queued_cmnd()
3727 if (scsi_debug_ndelay > 0) { in stop_all_queued()
4022 } else if (scsi_debug_ndelay > 0) { in schedule_resp()
4023 ktime_t kt = ktime_set(0, scsi_debug_ndelay); in schedule_resp()
4090 module_param_named(ndelay, scsi_debug_ndelay, int, S_IRUGO | S_IWUSR);
4214 scsi_debug_every_nth, b, scsi_debug_delay, scsi_debug_ndelay, in scsi_debug_show_info()
4253 scsi_debug_ndelay = 0; in delay_store()
4265 return scnprintf(buf, PAGE_SIZE, "%d\n", scsi_debug_ndelay); in ndelay_show()
4278 if (scsi_debug_ndelay != ndelay) { in ndelay_store()
4285 scsi_debug_ndelay = ndelay; in ndelay_store()
4790 if (scsi_debug_ndelay >= 1000000000) { in scsi_debug_init()
4793 scsi_debug_ndelay = 0; in scsi_debug_init()
4794 } else if (scsi_debug_ndelay > 0) in scsi_debug_init()