Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dscsi_debug.c784 static bool sdebug_per_host_store = DEF_PER_HOST_STORE; variable
5859 module_param_named(per_host_store, sdebug_per_host_store, bool,
6318 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_per_host_store); in per_host_store_show()
6329 sdebug_per_host_store = v; in per_host_store_store()
6576 bool want_phs = (sdebug_fake_rw == 0) && sdebug_per_host_store; in add_host_store()
7123 sdebug_per_host_store); in scsi_debug_init()