taglinefilesource code
host_queue198drivers/scsi/hosts.cretval->host_queue = NULL;  
host_queue232drivers/scsi/hosts.hScsi_Cmnd *host_queue; 
host_queue237drivers/scsi/scsi.cshpnt->host_queue = &SCmd;  /* We need this so that
host_queue501drivers/scsi/scsi.cshpnt->host_queue = NULL;  /* No longer needed here */
host_queue589drivers/scsi/scsi.cSCpnt =  device->host->host_queue;
host_queue675drivers/scsi/scsi.cSCpnt = host->host_queue;
host_queue1485drivers/scsi/scsi.cSCpnt1 = host->host_queue;
host_queue1569drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue1622drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue1816drivers/scsi/scsi.cif(host->host_queue)
host_queue1817drivers/scsi/scsi.chost->host_queue->prev = SCpnt;
host_queue1818drivers/scsi/scsi.cSCpnt->next = host->host_queue;
host_queue1820drivers/scsi/scsi.chost->host_queue = SCpnt;
host_queue1921drivers/scsi/scsi.cfor(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)