Lines Matching refs:scsi_debug_ndelay
534 static int scsi_debug_ndelay = DEF_NDELAY; variable
3682 if (scsi_debug_ndelay > 0) { in stop_queued_cmnd()
3723 if (scsi_debug_ndelay > 0) { in stop_all_queued()
4023 } else if (scsi_debug_ndelay > 0) { in schedule_resp()
4024 ktime_t kt = ktime_set(0, scsi_debug_ndelay); in schedule_resp()
4091 module_param_named(ndelay, scsi_debug_ndelay, int, S_IRUGO | S_IWUSR);
4215 scsi_debug_every_nth, b, scsi_debug_delay, scsi_debug_ndelay, in scsi_debug_show_info()
4254 scsi_debug_ndelay = 0; in delay_store()
4266 return scnprintf(buf, PAGE_SIZE, "%d\n", scsi_debug_ndelay); in ndelay_show()
4279 if (scsi_debug_ndelay != ndelay) { in ndelay_store()
4286 scsi_debug_ndelay = ndelay; in ndelay_store()
4790 if (scsi_debug_ndelay >= 1000000000) { in scsi_debug_init()
4792 scsi_debug_ndelay = 0; in scsi_debug_init()
4793 } else if (scsi_debug_ndelay > 0) in scsi_debug_init()