taglinefilesource code
extra_allocate1330drivers/scsi/53c7,8xx.chostdata->extra_allocate = 0;
extra_allocate3424drivers/scsi/53c7,8xx.cif ((hostdata->extra_allocate + hostdata->num_cmds) < host->can_queue) 
extra_allocate3425drivers/scsi/53c7,8xx.chostdata->extra_allocate += host->cmd_per_lun;
extra_allocate3429drivers/scsi/53c7,8xx.cfor (; hostdata->extra_allocate > 0 ; --hostdata->extra_allocate, 
extra_allocate1413drivers/scsi/53c7,8xx.hvolatile int extra_allocate;