Lines Matching defs:sdebug_max_luns
753 static int sdebug_max_luns = DEF_MAX_LUNS;
910 /* sdebug_max_luns; */
4322 lun_cnt = sdebug_max_luns;
4330 lun_cnt = sdebug_max_luns;
5731 module_param_named(max_luns, sdebug_max_luns, int, S_IRUGO | S_IWUSR);
5928 sdebug_jdelay, sdebug_ndelay, sdebug_max_luns,
6332 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_max_luns);
6345 changed = (sdebug_max_luns != n);
6346 sdebug_max_luns = n;
6873 if (sdebug_max_luns > 256) {
6874 if (sdebug_max_luns > 16384) {
6876 sdebug_max_luns = DEF_MAX_LUNS;
7208 devs_per_host = sdebug_num_tgts * sdebug_max_luns;
7546 if (unlikely(lun_index >= sdebug_max_luns && !has_wlun_rl))
7768 /* = sdebug_max_luns; */