sdebug_opt_xferlen_exp  642 drivers/scsi/scsi_debug.c static int sdebug_opt_xferlen_exp = DEF_OPT_XFERLEN_EXP;
sdebug_opt_xferlen_exp 1316 drivers/scsi/scsi_debug.c 	if (sdebug_opt_xferlen_exp != 0 &&
sdebug_opt_xferlen_exp 1317 drivers/scsi/scsi_debug.c 	    sdebug_physblk_exp < sdebug_opt_xferlen_exp)
sdebug_opt_xferlen_exp 1318 drivers/scsi/scsi_debug.c 		gran = 1 << sdebug_opt_xferlen_exp;
sdebug_opt_xferlen_exp 4452 drivers/scsi/scsi_debug.c module_param_named(opt_xferlen_exp, sdebug_opt_xferlen_exp, int, S_IRUGO);