| tag | line | file | source code |
| host_busy | 106 | kernel/blk_drv/scsi/hosts.c | volatile unsigned char host_busy[MAX_SCSI_HOSTS]; |
| host_busy | 127 | kernel/blk_drv/scsi/hosts.c | host_busy[i] = 0; |
| host_busy | 182 | kernel/blk_drv/scsi/hosts.h | extern volatile unsigned char host_busy[]; |
| host_busy | 430 | kernel/blk_drv/scsi/scsi.c | && host_busy[host] >= scsi_hosts[host].can_queue) return NULL; |
| host_busy | 638 | kernel/blk_drv/scsi/scsi.c | && host_busy[host] >= scsi_hosts[host].can_queue) |
| host_busy | 642 | kernel/blk_drv/scsi/scsi.c | (host_busy[host] >= scsi_hosts[host].can_queue)); |
| host_busy | 644 | kernel/blk_drv/scsi/scsi.c | host_busy[host]++; |
| host_busy | 1016 | kernel/blk_drv/scsi/scsi.c | host_busy[host]--; /* Indicate that we are free */ |
| host_busy | 1065 | kernel/blk_drv/scsi/scsi.c | if (!host_busy[host] || !scsi_hosts[host].abort(SCpnt, why)) |
| host_busy | 1100 | kernel/blk_drv/scsi/scsi.c | if (host_busy[host]) |
| host_busy | 1116 | kernel/blk_drv/scsi/scsi.c | host_busy[host]++; |
| host_busy | 1121 | kernel/blk_drv/scsi/scsi.c | host_busy[host]--; |