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_busy1249drivers/scsi/scsi.chost->host_busy++;
host_busy1686drivers/scsi/scsi.chost->host_busy--; /* Indicate that we are free */
host_busy1688drivers/scsi/scsi.cif (host->block && host->host_busy == 0) {
host_busy1773drivers/scsi/scsi.cif (!host->host_busy) {
host_busy1924drivers/scsi/scsi.cif (host->host_busy)
host_busy1946drivers/scsi/scsi.cif (!host->block) host->host_busy++;
host_busy1952drivers/scsi/scsi.cif (!host->block) host->host_busy--;