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