taglinefilesource code
host_queue279drivers/scsi/hosts.cretval->host_queue = NULL;
host_queue248drivers/scsi/hosts.hScsi_Cmnd *host_queue; 
host_queue391drivers/scsi/scsi.cshpnt->host_queue = SCpnt; /* We need this so that commands can time out */
host_queue753drivers/scsi/scsi.cshpnt->host_queue = NULL;  /* No longer needed here */
host_queue840drivers/scsi/scsi.cSCpnt =  device->host->host_queue;
host_queue848drivers/scsi/scsi.cSCpnt = device->host->host_queue;
host_queue975drivers/scsi/scsi.cSCpnt = device->host->host_queue;
host_queue1891drivers/scsi/scsi.cSCpnt1 = host->host_queue;
host_queue1982drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2039drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2247drivers/scsi/scsi.cif(host->host_queue)
host_queue2248drivers/scsi/scsi.chost->host_queue->prev = SCpnt;
host_queue2249drivers/scsi/scsi.cSCpnt->next = host->host_queue;
host_queue2251drivers/scsi/scsi.chost->host_queue = SCpnt;
host_queue2662drivers/scsi/scsi.cfor(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2668drivers/scsi/scsi.cfor(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2695drivers/scsi/scsi.cwhile (sdpnt->host->host_queue) {
host_queue2696drivers/scsi/scsi.cSCpnt = sdpnt->host->host_queue->next;
host_queue2697drivers/scsi/scsi.cscsi_init_free((char *) sdpnt->host->host_queue, sizeof(Scsi_Cmnd));
host_queue2698drivers/scsi/scsi.csdpnt->host->host_queue = SCpnt;
host_queue2852drivers/scsi/scsi.cfor(SCpnt = SDpnt->host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2860drivers/scsi/scsi.cif(SCpnt == SDpnt->host->host_queue)
host_queue2861drivers/scsi/scsi.cSDpnt->host->host_queue = SCpnt->next;
host_queue2943drivers/scsi/scsi.cfor(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)