Searched refs:scsi_debug_ndelay (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | scsi_debug.c | 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() [all …]
|