Searched refs:sdebug_fake_rw (Results 1 – 1 of 1) sorted by relevance
740 static int sdebug_fake_rw = DEF_FAKE_RW; variable867 return 0 == sdebug_fake_rw && in scsi_debug_lbp()2894 if (sdebug_fake_rw) { in devip2sip()5577 module_param_named(fake_rw, sdebug_fake_rw, int, S_IRUGO | S_IWUSR);5971 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_fake_rw); in fake_rw_show()5983 sdebug_fake_rw = (sdebug_fake_rw > 0); in fake_rw_store()5984 if (sdebug_fake_rw == n) in fake_rw_store()6010 sdebug_fake_rw = n; in fake_rw_store()6301 bool want_phs = (sdebug_fake_rw == 0) && sdebug_per_host_store; in add_host_store()6416 if (sdebug_fake_rw == 0 && !xa_empty(per_store_ap)) { in map_show()[all …]