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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dst.c4022 int tmp_dev_max;
4024 tmp_dev_max = max(st_nr_dev * 2, 8);
4025 if (tmp_dev_max > ST_MAX_TAPES)
4026 tmp_dev_max = ST_MAX_TAPES;
4027 if (tmp_dev_max <= st_nr_dev) {
4034 tmp_da = kzalloc(tmp_dev_max * sizeof(struct scsi_tape *), GFP_ATOMIC);
4048 st_dev_max = tmp_dev_max;
4006 int tmp_dev_max; local

Completed in 36 milliseconds