taglinefilesource code
host_queue206drivers/scsi/hosts.cretval->host_queue = NULL;  
host_queue232drivers/scsi/hosts.hScsi_Cmnd *host_queue; 
host_queue240drivers/scsi/scsi.cshpnt->host_queue = &SCmd;  /* We need this so that
host_queue486drivers/scsi/scsi.cshpnt->host_queue = NULL;  /* No longer needed here */
host_queue572drivers/scsi/scsi.cSCpnt =  device->host->host_queue;
host_queue658drivers/scsi/scsi.cSCpnt = host->host_queue;
host_queue1469drivers/scsi/scsi.cSCpnt1 = host->host_queue;
host_queue1553drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue1606drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue1786drivers/scsi/scsi.cif(host->host_queue)
host_queue1787drivers/scsi/scsi.chost->host_queue->prev = SCpnt;
host_queue1788drivers/scsi/scsi.cSCpnt->next = host->host_queue;
host_queue1790drivers/scsi/scsi.chost->host_queue = SCpnt;
host_queue1892drivers/scsi/scsi.cfor(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)