Searched refs:sdebug_fake_rw (Results 1 – 1 of 1) sorted by relevance
749 static int sdebug_fake_rw = DEF_FAKE_RW; variable872 return 0 == sdebug_fake_rw && in scsi_debug_lbp()2997 if (sdebug_fake_rw) { in devip2sip()5715 module_param_named(fake_rw, sdebug_fake_rw, int, S_IRUGO | S_IWUSR);6150 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_fake_rw); in fake_rw_show()6162 sdebug_fake_rw = (sdebug_fake_rw > 0); in fake_rw_store()6163 if (sdebug_fake_rw == n) in fake_rw_store()6189 sdebug_fake_rw = n; in fake_rw_store()6488 bool want_phs = (sdebug_fake_rw == 0) && sdebug_per_host_store; in add_host_store()6603 if (sdebug_fake_rw == 0 && !xa_empty(per_store_ap)) { in map_show()[all …]