tag | line | file | source code |
host_queue | 116 | kernel/blk_drv/scsi/hosts.c | Scsi_Cmnd *host_queue[MAX_SCSI_HOSTS]; |
host_queue | 135 | 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 | 173 | kernel/blk_drv/scsi/scsi.c | host_queue[host_nr] = &SCmd; /* We need this so that commands can |
host_queue | 348 | kernel/blk_drv/scsi/scsi.c | host_queue[host_nr] = NULL; /* No longer needed here */ |
host_queue | 353 | kernel/blk_drv/scsi/scsi.c | if(host_queue[host_nr]) panic("host_queue not cleared"); |
host_queue | 428 | kernel/blk_drv/scsi/scsi.c | SCpnt = host_queue[host]; |
host_queue | 482 | kernel/blk_drv/scsi/scsi.c | SCpnt = host_queue[host]; |
host_queue | 1133 | kernel/blk_drv/scsi/scsi.c | SCpnt1 = host_queue[host]; |
host_queue | 1183 | kernel/blk_drv/scsi/scsi.c | SCpnt = host_queue[host]; |
host_queue | 1245 | kernel/blk_drv/scsi/scsi.c | SCpnt = host_queue[host]; |
host_queue | 1400 | kernel/blk_drv/scsi/scsi.c | if(host_queue[host]) |
host_queue | 1401 | kernel/blk_drv/scsi/scsi.c | host_queue[host]->prev = SCpnt; |
host_queue | 1402 | kernel/blk_drv/scsi/scsi.c | SCpnt->next = host_queue[host]; |
host_queue | 1404 | kernel/blk_drv/scsi/scsi.c | host_queue[host] = SCpnt; |