| tag | line | file | source code |
| host_queue | 109 | kernel/blk_drv/scsi/hosts.c | Scsi_Cmnd *host_queue[MAX_SCSI_HOSTS]; |
| host_queue | 128 | kernel/blk_drv/scsi/hosts.c | host_queue[i] = NULL; |
| host_queue | 189 | kernel/blk_drv/scsi/hosts.h | extern Scsi_Cmnd *host_queue[]; |
| host_queue | 169 | kernel/blk_drv/scsi/scsi.c | host_queue[host_nr] = &SCmd; /* We need this so that commands can |
| host_queue | 339 | kernel/blk_drv/scsi/scsi.c | host_queue[host_nr] = NULL; /* No longer needed here */ |
| host_queue | 344 | kernel/blk_drv/scsi/scsi.c | if(host_queue[host_nr]) panic("host_queue not cleared"); |
| host_queue | 419 | kernel/blk_drv/scsi/scsi.c | SCpnt = host_queue[host]; |
| host_queue | 469 | kernel/blk_drv/scsi/scsi.c | SCpnt = host_queue[host]; |
| host_queue | 1103 | kernel/blk_drv/scsi/scsi.c | SCpnt1 = host_queue[host]; |
| host_queue | 1153 | kernel/blk_drv/scsi/scsi.c | SCpnt = host_queue[host]; |
| host_queue | 1215 | kernel/blk_drv/scsi/scsi.c | SCpnt = host_queue[host]; |
| host_queue | 1368 | kernel/blk_drv/scsi/scsi.c | if(host_queue[host]) |
| host_queue | 1369 | kernel/blk_drv/scsi/scsi.c | host_queue[host]->prev = SCpnt; |
| host_queue | 1370 | kernel/blk_drv/scsi/scsi.c | SCpnt->next = host_queue[host]; |
| host_queue | 1372 | kernel/blk_drv/scsi/scsi.c | host_queue[host] = SCpnt; |