taglinefilesource code
host_queue253drivers/scsi/hosts.cretval->host_queue = NULL;
host_queue239drivers/scsi/hosts.hScsi_Cmnd *host_queue; 
host_queue327drivers/scsi/scsi.cshpnt->host_queue = SCpnt;  /* We need this so that commands can time out */
host_queue620drivers/scsi/scsi.cshpnt->host_queue = NULL;  /* No longer needed here */
host_queue700drivers/scsi/scsi.cSCpnt =  device->host->host_queue;
host_queue789drivers/scsi/scsi.cSCpnt = host->host_queue;
host_queue1657drivers/scsi/scsi.cSCpnt1 = host->host_queue;
host_queue1747drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue1804drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2036drivers/scsi/scsi.cif(host->host_queue)
host_queue2037drivers/scsi/scsi.chost->host_queue->prev = SCpnt;
host_queue2038drivers/scsi/scsi.cSCpnt->next = host->host_queue;
host_queue2040drivers/scsi/scsi.chost->host_queue = SCpnt;
host_queue2236drivers/scsi/scsi.cSCpnt->next = host->host_queue;
host_queue2238drivers/scsi/scsi.chost->host_queue = SCpnt;
host_queue2239drivers/scsi/scsi.cif(host->host_queue)
host_queue2240drivers/scsi/scsi.chost->host_queue->prev = SCpnt;
host_queue2345drivers/scsi/scsi.cfor(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2351drivers/scsi/scsi.cfor(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2378drivers/scsi/scsi.cwhile (sdpnt->host->host_queue) {
host_queue2379drivers/scsi/scsi.cSCpnt = sdpnt->host->host_queue->next;
host_queue2380drivers/scsi/scsi.cscsi_init_free((char *) sdpnt->host->host_queue, sizeof(Scsi_Cmnd));
host_queue2381drivers/scsi/scsi.csdpnt->host->host_queue = SCpnt;
host_queue2502drivers/scsi/scsi.cfor(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)