tag | line | file | source code |
host_queue | 4743 | drivers/scsi/advansys.c | (unsigned) s->host_wait, (unsigned) s->host_queue, |
host_queue | 287 | drivers/scsi/hosts.c | retval->host_queue = NULL; |
host_queue | 249 | drivers/scsi/hosts.h | Scsi_Cmnd *host_queue; |
host_queue | 409 | drivers/scsi/scsi.c | if(shpnt->host_queue) |
host_queue | 410 | drivers/scsi/scsi.c | shpnt->host_queue->prev = SCpnt; |
host_queue | 411 | drivers/scsi/scsi.c | SCpnt->next = shpnt->host_queue; |
host_queue | 413 | drivers/scsi/scsi.c | shpnt->host_queue = SCpnt; |
host_queue | 473 | drivers/scsi/scsi.c | for(hqptr=shpnt->host_queue; hqptr!=SCpnt; hqptr=hqptr->next) ; |
host_queue | 480 | drivers/scsi/scsi.c | shpnt->host_queue=next; |
host_queue | 850 | drivers/scsi/scsi.c | SCpnt = device->host->host_queue; |
host_queue | 858 | drivers/scsi/scsi.c | SCpnt = device->host->host_queue; |
host_queue | 989 | drivers/scsi/scsi.c | SCpnt = device->host->host_queue; |
host_queue | 1881 | drivers/scsi/scsi.c | for(SCpnt = Host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 1913 | drivers/scsi/scsi.c | SCpnt1 = host->host_queue; |
host_queue | 1951 | drivers/scsi/scsi.c | SCpnt1 = host->host_queue; |
host_queue | 2025 | drivers/scsi/scsi.c | SCpnt1 = host->host_queue; |
host_queue | 2080 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 2137 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 2302 | drivers/scsi/scsi.c | if(host->host_queue) |
host_queue | 2303 | drivers/scsi/scsi.c | host->host_queue->prev = SCpnt; |
host_queue | 2304 | drivers/scsi/scsi.c | SCpnt->next = host->host_queue; |
host_queue | 2306 | drivers/scsi/scsi.c | host->host_queue = SCpnt; |
host_queue | 2777 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 2783 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 2811 | drivers/scsi/scsi.c | while (sdpnt->host->host_queue) { |
host_queue | 2812 | drivers/scsi/scsi.c | SCpnt = sdpnt->host->host_queue->next; |
host_queue | 2813 | drivers/scsi/scsi.c | scsi_init_free((char *) sdpnt->host->host_queue, sizeof(Scsi_Cmnd)); |
host_queue | 2814 | drivers/scsi/scsi.c | sdpnt->host->host_queue = SCpnt; |
host_queue | 2982 | drivers/scsi/scsi.c | for(SCpnt = SDpnt->host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 2990 | drivers/scsi/scsi.c | if(SCpnt == SDpnt->host->host_queue) |
host_queue | 2991 | drivers/scsi/scsi.c | SDpnt->host->host_queue = SCpnt->next; |
host_queue | 3075 | drivers/scsi/scsi.c | for(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |