Searched refs:tmp_dev_max (Results 1 – 1 of 1) sorted by relevance
4034 int tmp_dev_max; in st_probe() local4036 tmp_dev_max = max(st_nr_dev * 2, 8); in st_probe()4037 if (tmp_dev_max > ST_MAX_TAPES) in st_probe()4038 tmp_dev_max = ST_MAX_TAPES; in st_probe()4039 if (tmp_dev_max <= st_nr_dev) { in st_probe()4046 tmp_da = kzalloc(tmp_dev_max * sizeof(struct scsi_tape *), GFP_ATOMIC); in st_probe()4060 st_dev_max = tmp_dev_max; in st_probe()