taglinefilesource code
host_busy272drivers/scsi/hosts.cretval->host_busy = 0;
host_busy245drivers/scsi/hosts.hvolatile unsigned char host_busy;
host_busy77drivers/scsi/scsi.c|| (HOST->can_queue && HOST->host_busy >= HOST->can_queue))
host_busy1247drivers/scsi/scsi.chost->host_busy++;
host_busy1684drivers/scsi/scsi.chost->host_busy--; /* Indicate that we are free */
host_busy1686drivers/scsi/scsi.cif (host->block && host->host_busy == 0) {
host_busy1771drivers/scsi/scsi.cif (!host->host_busy) {
host_busy1922drivers/scsi/scsi.cif (host->host_busy)
host_busy1944drivers/scsi/scsi.cif (!host->block) host->host_busy++;
host_busy1950drivers/scsi/scsi.cif (!host->block) host->host_busy--;