| tag | line | file | source code |
| host_queue | 253 | drivers/scsi/hosts.c | retval->host_queue = NULL; |
| host_queue | 239 | drivers/scsi/hosts.h | Scsi_Cmnd *host_queue; |
| host_queue | 327 | drivers/scsi/scsi.c | shpnt->host_queue = SCpnt; /* We need this so that commands can time out */ |
| host_queue | 620 | drivers/scsi/scsi.c | shpnt->host_queue = NULL; /* No longer needed here */ |
| host_queue | 700 | drivers/scsi/scsi.c | SCpnt = device->host->host_queue; |
| host_queue | 789 | drivers/scsi/scsi.c | SCpnt = host->host_queue; |
| host_queue | 1659 | drivers/scsi/scsi.c | SCpnt1 = host->host_queue; |
| host_queue | 1749 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
| host_queue | 1806 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
| host_queue | 2038 | drivers/scsi/scsi.c | if(host->host_queue) |
| host_queue | 2039 | drivers/scsi/scsi.c | host->host_queue->prev = SCpnt; |
| host_queue | 2040 | drivers/scsi/scsi.c | SCpnt->next = host->host_queue; |
| host_queue | 2042 | drivers/scsi/scsi.c | host->host_queue = SCpnt; |
| host_queue | 2238 | drivers/scsi/scsi.c | SCpnt->next = host->host_queue; |
| host_queue | 2240 | drivers/scsi/scsi.c | host->host_queue = SCpnt; |
| host_queue | 2241 | drivers/scsi/scsi.c | if(host->host_queue) |
| host_queue | 2242 | drivers/scsi/scsi.c | host->host_queue->prev = SCpnt; |
| host_queue | 2347 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
| host_queue | 2353 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
| host_queue | 2380 | drivers/scsi/scsi.c | while (sdpnt->host->host_queue) { |
| host_queue | 2381 | drivers/scsi/scsi.c | SCpnt = sdpnt->host->host_queue->next; |
| host_queue | 2382 | drivers/scsi/scsi.c | scsi_init_free((char *) sdpnt->host->host_queue, sizeof(Scsi_Cmnd)); |
| host_queue | 2383 | drivers/scsi/scsi.c | sdpnt->host->host_queue = SCpnt; |
| host_queue | 2504 | drivers/scsi/scsi.c | for(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |