tag | line | file | source code |
host_queue | 4772 | drivers/scsi/advansys.c | (unsigned) s->host_wait, (unsigned) s->host_queue, |
host_queue | 309 | drivers/scsi/hosts.c | retval->host_queue = NULL; |
host_queue | 249 | drivers/scsi/hosts.h | Scsi_Cmnd *host_queue; |
host_queue | 425 | drivers/scsi/scsi.c | if(shpnt->host_queue) |
host_queue | 426 | drivers/scsi/scsi.c | shpnt->host_queue->prev = SCpnt; |
host_queue | 427 | drivers/scsi/scsi.c | SCpnt->next = shpnt->host_queue; |
host_queue | 429 | drivers/scsi/scsi.c | shpnt->host_queue = SCpnt; |
host_queue | 489 | drivers/scsi/scsi.c | for(hqptr = shpnt->host_queue; hqptr != SCpnt; hqptr = hqptr->next) ; |
host_queue | 496 | drivers/scsi/scsi.c | shpnt->host_queue = next; |
host_queue | 899 | drivers/scsi/scsi.c | SCpnt = device->host->host_queue; |
host_queue | 1030 | drivers/scsi/scsi.c | SCpnt = device->host->host_queue; |
host_queue | 1941 | drivers/scsi/scsi.c | for(SCpnt = Host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 1981 | drivers/scsi/scsi.c | SCpnt1 = host->host_queue; |
host_queue | 2031 | drivers/scsi/scsi.c | SCpnt1 = host->host_queue; |
host_queue | 2105 | drivers/scsi/scsi.c | SCpnt1 = host->host_queue; |
host_queue | 2159 | drivers/scsi/scsi.c | for (SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 2169 | drivers/scsi/scsi.c | for (SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 2245 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 2419 | drivers/scsi/scsi.c | if(host->host_queue) |
host_queue | 2420 | drivers/scsi/scsi.c | host->host_queue->prev = SCpnt; |
host_queue | 2421 | drivers/scsi/scsi.c | SCpnt->next = host->host_queue; |
host_queue | 2423 | drivers/scsi/scsi.c | host->host_queue = SCpnt; |
host_queue | 2700 | drivers/scsi/scsi.c | for(SCpnt=scd->host->host_queue; SCpnt; SCpnt = SCpnt->next){ |
host_queue | 2706 | drivers/scsi/scsi.c | if(SCpnt == scd->host->host_queue) |
host_queue | 2707 | drivers/scsi/scsi.c | scd->host->host_queue = SCpnt->next; |
host_queue | 2977 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 2983 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 3011 | drivers/scsi/scsi.c | while (sdpnt->host->host_queue) { |
host_queue | 3012 | drivers/scsi/scsi.c | SCpnt = sdpnt->host->host_queue->next; |
host_queue | 3013 | drivers/scsi/scsi.c | scsi_init_free((char *) sdpnt->host->host_queue, sizeof(Scsi_Cmnd)); |
host_queue | 3014 | drivers/scsi/scsi.c | sdpnt->host->host_queue = SCpnt; |
host_queue | 3182 | drivers/scsi/scsi.c | for(SCpnt = SDpnt->host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 3190 | drivers/scsi/scsi.c | if(SCpnt == SDpnt->host->host_queue) |
host_queue | 3191 | drivers/scsi/scsi.c | SDpnt->host->host_queue = SCpnt->next; |
host_queue | 3279 | drivers/scsi/scsi.c | for(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |