Home
last modified time | relevance | path

Searched refs:sdebug_max_luns (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c744 static int sdebug_max_luns = DEF_MAX_LUNS; variable
905 /* sdebug_max_luns; */ in sdebug_max_tgts_luns()
4172 lun_cnt = sdebug_max_luns; in resp_report_luns()
4180 lun_cnt = sdebug_max_luns; in resp_report_luns()
5632 module_param_named(max_luns, sdebug_max_luns, int, S_IRUGO | S_IWUSR);
5798 sdebug_jdelay, sdebug_ndelay, sdebug_max_luns, in scsi_debug_show_info()
6192 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_max_luns); in max_luns_show()
6205 changed = (sdebug_max_luns != n); in max_luns_store()
6206 sdebug_max_luns = n; in max_luns_store()
6728 if (sdebug_max_luns > 25 in scsi_debug_init()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c753 static int sdebug_max_luns = DEF_MAX_LUNS; variable
910 /* sdebug_max_luns; */ in sdebug_max_tgts_luns()
4322 lun_cnt = sdebug_max_luns; in resp_report_luns()
4330 lun_cnt = sdebug_max_luns; in resp_report_luns()
5731 module_param_named(max_luns, sdebug_max_luns, int, S_IRUGO | S_IWUSR);
5928 sdebug_jdelay, sdebug_ndelay, sdebug_max_luns, in scsi_debug_show_info()
6332 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_max_luns); in max_luns_show()
6345 changed = (sdebug_max_luns != n); in max_luns_store()
6346 sdebug_max_luns = n; in max_luns_store()
6873 if (sdebug_max_luns > 25 in scsi_debug_init()
[all...]

Completed in 20 milliseconds