tag | line | file | source code |
host_busy | 179 | drivers/scsi/hosts.c | retval->host_busy = 0; |
host_busy | 209 | drivers/scsi/hosts.h | volatile unsigned char host_busy; |
host_busy | 545 | drivers/scsi/scsi.c | && scsi_devices[index].host->host_busy >= scsi_devices[index].host->hostt->can_queue) return NULL; |
host_busy | 820 | drivers/scsi/scsi.c | && host->host_busy >= host->hostt->can_queue) |
host_busy | 824 | drivers/scsi/scsi.c | (host->host_busy >= host->hostt->can_queue)); |
host_busy | 826 | drivers/scsi/scsi.c | host->host_busy++; |
host_busy | 1261 | drivers/scsi/scsi.c | host->host_busy--; /* Indicate that we are free */ |
host_busy | 1311 | drivers/scsi/scsi.c | if (!host->host_busy || !host->hostt->abort(SCpnt, why)) |
host_busy | 1346 | drivers/scsi/scsi.c | if (host->host_busy) |
host_busy | 1362 | drivers/scsi/scsi.c | host->host_busy++; |
host_busy | 1367 | drivers/scsi/scsi.c | host->host_busy--; |