taglinefilesource code
host_busy245drivers/scsi/hosts.cretval->host_busy = 0;
host_busy235drivers/scsi/hosts.hvolatile unsigned char host_busy;
host_busy55drivers/scsi/scsi.c|| (HOST->can_queue && HOST->host_busy >= HOST->can_queue))
host_busy1024drivers/scsi/scsi.chost->host_busy++;
host_busy1483drivers/scsi/scsi.chost->host_busy--; /* Indicate that we are free */
host_busy1485drivers/scsi/scsi.cif (host->block && host->host_busy == 0) {
host_busy1568drivers/scsi/scsi.cif (!host->host_busy) {
host_busy1653drivers/scsi/scsi.cif (host->host_busy)
host_busy1675drivers/scsi/scsi.cif (!host->block) host->host_busy++;
host_busy1680drivers/scsi/scsi.cif (!host->block) host->host_busy--;