taglinefilesource code
host_queue235drivers/scsi/hosts.cretval->host_queue = NULL;
host_queue239drivers/scsi/hosts.hScsi_Cmnd *host_queue; 
host_queue265drivers/scsi/scsi.cshpnt->host_queue = &SCmd;  /* We need this so that
host_queue524drivers/scsi/scsi.cshpnt->host_queue = NULL;  /* No longer needed here */
host_queue606drivers/scsi/scsi.cSCpnt =  device->host->host_queue;
host_queue716drivers/scsi/scsi.cSCpnt = host->host_queue;
host_queue1621drivers/scsi/scsi.cSCpnt1 = host->host_queue;
host_queue1722drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue1779drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue1965drivers/scsi/scsi.cif(host->host_queue)
host_queue1966drivers/scsi/scsi.chost->host_queue->prev = SCpnt;
host_queue1967drivers/scsi/scsi.cSCpnt->next = host->host_queue;
host_queue1969drivers/scsi/scsi.chost->host_queue = SCpnt;
host_queue2139drivers/scsi/scsi.cSCpnt->next = host->host_queue;
host_queue2141drivers/scsi/scsi.chost->host_queue = SCpnt;
host_queue2142drivers/scsi/scsi.cif(host->host_queue)
host_queue2143drivers/scsi/scsi.chost->host_queue->prev = SCpnt;
host_queue2238drivers/scsi/scsi.cfor(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2244drivers/scsi/scsi.cfor(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2270drivers/scsi/scsi.cwhile (sdpnt->host->host_queue) {
host_queue2271drivers/scsi/scsi.cSCpnt = sdpnt->host->host_queue->next;
host_queue2272drivers/scsi/scsi.cscsi_init_free((char *) sdpnt->host->host_queue, sizeof(Scsi_Cmnd));
host_queue2273drivers/scsi/scsi.csdpnt->host->host_queue = SCpnt;
host_queue2383drivers/scsi/scsi.cfor(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)