taglinefilesource code
host_queue206drivers/scsi/hosts.cretval->host_queue = NULL;  
host_queue232drivers/scsi/hosts.hScsi_Cmnd *host_queue; 
host_queue239drivers/scsi/scsi.cshpnt->host_queue = &SCmd;  /* We need this so that
host_queue485drivers/scsi/scsi.cshpnt->host_queue = NULL;  /* No longer needed here */
host_queue571drivers/scsi/scsi.cSCpnt =  device->host->host_queue;
host_queue657drivers/scsi/scsi.cSCpnt = host->host_queue;
host_queue1468drivers/scsi/scsi.cSCpnt1 = host->host_queue;
host_queue1552drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue1605drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue1785drivers/scsi/scsi.cif(host->host_queue)
host_queue1786drivers/scsi/scsi.chost->host_queue->prev = SCpnt;
host_queue1787drivers/scsi/scsi.cSCpnt->next = host->host_queue;
host_queue1789drivers/scsi/scsi.chost->host_queue = SCpnt;
host_queue1891drivers/scsi/scsi.cfor(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)