Searched refs:scsi_debug_ndelay (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
H A D | scsi_debug.c | 534 static int scsi_debug_ndelay = DEF_NDELAY; variable 3682 if (scsi_debug_ndelay > 0) { stop_queued_cmnd() 3723 if (scsi_debug_ndelay > 0) { stop_all_queued() 4023 } else if (scsi_debug_ndelay > 0) { schedule_resp() 4024 ktime_t kt = ktime_set(0, scsi_debug_ndelay); 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, scsi_debug_show_info() 4254 scsi_debug_ndelay = 0; delay_store() 4266 return scnprintf(buf, PAGE_SIZE, "%d\n", scsi_debug_ndelay); ndelay_show() 4279 if (scsi_debug_ndelay != ndelay) { ndelay_store() 4286 scsi_debug_ndelay = ndelay; ndelay_store() 4790 if (scsi_debug_ndelay >= 1000000000) { scsi_debug_init() 4792 scsi_debug_ndelay = 0; scsi_debug_init() 4793 } else if (scsi_debug_ndelay > 0) scsi_debug_init()
|
Completed in 86 milliseconds