| tag | line | file | source code |
| host_queue | 248 | drivers/scsi/hosts.c | retval->host_queue = NULL; |
| host_queue | 239 | drivers/scsi/hosts.h | Scsi_Cmnd *host_queue; |
| host_queue | 278 | drivers/scsi/scsi.c | shpnt->host_queue = &SCmd; /* We need this so that |
| host_queue | 580 | drivers/scsi/scsi.c | shpnt->host_queue = NULL; /* No longer needed here */ |
| host_queue | 658 | drivers/scsi/scsi.c | SCpnt = device->host->host_queue; |
| host_queue | 768 | drivers/scsi/scsi.c | SCpnt = host->host_queue; |
| host_queue | 1670 | drivers/scsi/scsi.c | SCpnt1 = host->host_queue; |
| host_queue | 1771 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
| host_queue | 1828 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
| host_queue | 2041 | drivers/scsi/scsi.c | if(host->host_queue) |
| host_queue | 2042 | drivers/scsi/scsi.c | host->host_queue->prev = SCpnt; |
| host_queue | 2043 | drivers/scsi/scsi.c | SCpnt->next = host->host_queue; |
| host_queue | 2045 | drivers/scsi/scsi.c | host->host_queue = SCpnt; |
| host_queue | 2221 | drivers/scsi/scsi.c | SCpnt->next = host->host_queue; |
| host_queue | 2223 | drivers/scsi/scsi.c | host->host_queue = SCpnt; |
| host_queue | 2224 | drivers/scsi/scsi.c | if(host->host_queue) |
| host_queue | 2225 | drivers/scsi/scsi.c | host->host_queue->prev = SCpnt; |
| host_queue | 2320 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
| host_queue | 2326 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
| host_queue | 2352 | drivers/scsi/scsi.c | while (sdpnt->host->host_queue) { |
| host_queue | 2353 | drivers/scsi/scsi.c | SCpnt = sdpnt->host->host_queue->next; |
| host_queue | 2354 | drivers/scsi/scsi.c | scsi_init_free((char *) sdpnt->host->host_queue, sizeof(Scsi_Cmnd)); |
| host_queue | 2355 | drivers/scsi/scsi.c | sdpnt->host->host_queue = SCpnt; |
| host_queue | 2464 | drivers/scsi/scsi.c | for(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |