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 | 432 | kernel/blk_drv/scsi/scsi.c | && host_busy[host] >= scsi_hosts[host].can_queue) return NULL; |
host_busy | 643 | kernel/blk_drv/scsi/scsi.c | && host_busy[host] >= scsi_hosts[host].can_queue) |
host_busy | 647 | kernel/blk_drv/scsi/scsi.c | (host_busy[host] >= scsi_hosts[host].can_queue)); |
host_busy | 649 | kernel/blk_drv/scsi/scsi.c | host_busy[host]++; |
host_busy | 1031 | kernel/blk_drv/scsi/scsi.c | host_busy[host]--; /* Indicate that we are free */ |
host_busy | 1080 | kernel/blk_drv/scsi/scsi.c | if (!host_busy[host] || !scsi_hosts[host].abort(SCpnt, why)) |
host_busy | 1115 | kernel/blk_drv/scsi/scsi.c | if (host_busy[host]) |
host_busy | 1131 | kernel/blk_drv/scsi/scsi.c | host_busy[host]++; |
host_busy | 1136 | kernel/blk_drv/scsi/scsi.c | host_busy[host]--; |