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_busy1021drivers/scsi/scsi.chost->host_busy++;
host_busy1480drivers/scsi/scsi.chost->host_busy--; /* Indicate that we are free */
host_busy1482drivers/scsi/scsi.cif (host->block && host->host_busy == 0) {
host_busy1564drivers/scsi/scsi.cif (!host->host_busy) {
host_busy1648drivers/scsi/scsi.cif (host->host_busy)
host_busy1670drivers/scsi/scsi.cif (!host->block) host->host_busy++;
host_busy1675drivers/scsi/scsi.cif (!host->block) host->host_busy--;