tag | line | file | source code |
host_busy | 4738 | drivers/scsi/advansys.c | (unsigned) s->next, s->extra_bytes, s->host_busy, s->host_no, |
host_busy | 279 | drivers/scsi/hosts.c | retval->host_busy = 0; |
host_busy | 245 | drivers/scsi/hosts.h | volatile unsigned char host_busy; |
host_busy | 99 | drivers/scsi/scsi.c | || (HOST->can_queue && HOST->host_busy >= HOST->can_queue)) |
host_busy | 1269 | drivers/scsi/scsi.c | host->host_busy++; |
host_busy | 1713 | drivers/scsi/scsi.c | host->host_busy--; /* Indicate that we are free */ |
host_busy | 1715 | drivers/scsi/scsi.c | if (host->block && host->host_busy == 0) { |
host_busy | 1799 | drivers/scsi/scsi.c | if (!host->host_busy) { |
host_busy | 1948 | drivers/scsi/scsi.c | if (host->host_busy) |
host_busy | 1970 | drivers/scsi/scsi.c | if (!host->block) host->host_busy++; |
host_busy | 1976 | drivers/scsi/scsi.c | if (!host->block) host->host_busy--; |