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 | 173 | kernel/blk_drv/scsi/scsi.c | host_queue[host_nr] = &SCmd; /* We need this so that commands can |
host_queue | 341 | kernel/blk_drv/scsi/scsi.c | host_queue[host_nr] = NULL; /* No longer needed here */ |
host_queue | 346 | kernel/blk_drv/scsi/scsi.c | if(host_queue[host_nr]) panic("host_queue not cleared"); |
host_queue | 421 | kernel/blk_drv/scsi/scsi.c | SCpnt = host_queue[host]; |
host_queue | 473 | kernel/blk_drv/scsi/scsi.c | SCpnt = host_queue[host]; |
host_queue | 1118 | kernel/blk_drv/scsi/scsi.c | SCpnt1 = host_queue[host]; |
host_queue | 1168 | kernel/blk_drv/scsi/scsi.c | SCpnt = host_queue[host]; |
host_queue | 1230 | kernel/blk_drv/scsi/scsi.c | SCpnt = host_queue[host]; |
host_queue | 1383 | kernel/blk_drv/scsi/scsi.c | if(host_queue[host]) |
host_queue | 1384 | kernel/blk_drv/scsi/scsi.c | host_queue[host]->prev = SCpnt; |
host_queue | 1385 | kernel/blk_drv/scsi/scsi.c | SCpnt->next = host_queue[host]; |
host_queue | 1387 | kernel/blk_drv/scsi/scsi.c | host_queue[host] = SCpnt; |