taglinefilesource code
host_busy271drivers/scsi/hosts.cretval->host_busy = 0;
host_busy244drivers/scsi/hosts.hvolatile unsigned char host_busy;
host_busy72drivers/scsi/scsi.c|| (HOST->can_queue && HOST->host_busy >= HOST->can_queue))
host_busy1253drivers/scsi/scsi.chost->host_busy++;
host_busy1711drivers/scsi/scsi.chost->host_busy--; /* Indicate that we are free */
host_busy1713drivers/scsi/scsi.cif (host->block && host->host_busy == 0) {
host_busy1798drivers/scsi/scsi.cif (!host->host_busy) {
host_busy1888drivers/scsi/scsi.cif (host->host_busy)
host_busy1910drivers/scsi/scsi.cif (!host->block) host->host_busy++;
host_busy1915drivers/scsi/scsi.cif (!host->block) host->host_busy--;