Home
last modified time | relevance | path

Searched refs:scsi_debug_fake_rw (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dscsi_debug.c525 static int scsi_debug_fake_rw = DEF_FAKE_RW; variable
580 return ((0 == scsi_debug_fake_rw) && in scsi_debug_lbp()
4080 module_param_named(fake_rw, scsi_debug_fake_rw, int, S_IRUGO | S_IWUSR);
4372 return scnprintf(buf, PAGE_SIZE, "%d\n", scsi_debug_fake_rw); in fake_rw_show()
4381 scsi_debug_fake_rw = (scsi_debug_fake_rw > 0); in fake_rw_store()
4382 if (scsi_debug_fake_rw != n) { in fake_rw_store()
4396 scsi_debug_fake_rw = n; in fake_rw_store()
4867 if (0 == scsi_debug_fake_rw) { in scsi_debug_init()
5269 if (scsi_debug_fake_rw && (F_FAKE_RW & flags)) in scsi_debug_queuecommand()