Searched refs:sdebug_per_host_store (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 775 static bool sdebug_per_host_store = DEF_PER_HOST_STORE; variable 5646 module_param_named(per_host_store, sdebug_per_host_store, bool, 6099 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_per_host_store); in per_host_store_show() 6110 sdebug_per_host_store = v; in per_host_store_store() 6340 bool want_phs = (sdebug_fake_rw == 0) && sdebug_per_host_store; in add_host_store() 6886 sdebug_per_host_store); in scsi_debug_init()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 783 static bool sdebug_per_host_store = DEF_PER_HOST_STORE; variable 5746 module_param_named(per_host_store, sdebug_per_host_store, bool, 6239 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_per_host_store); in per_host_store_show() 6250 sdebug_per_host_store = v; in per_host_store_store() 6488 bool want_phs = (sdebug_fake_rw == 0) && sdebug_per_host_store; in add_host_store() 7024 sdebug_per_host_store); in scsi_debug_init()
|
Completed in 24 milliseconds