taglinefilesource code
host_queue248drivers/scsi/hosts.cretval->host_queue = NULL;
host_queue239drivers/scsi/hosts.hScsi_Cmnd *host_queue; 
host_queue278drivers/scsi/scsi.cshpnt->host_queue = &SCmd;  /* We need this so that
host_queue580drivers/scsi/scsi.cshpnt->host_queue = NULL;  /* No longer needed here */
host_queue658drivers/scsi/scsi.cSCpnt =  device->host->host_queue;
host_queue768drivers/scsi/scsi.cSCpnt = host->host_queue;
host_queue1670drivers/scsi/scsi.cSCpnt1 = host->host_queue;
host_queue1771drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue1828drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2041drivers/scsi/scsi.cif(host->host_queue)
host_queue2042drivers/scsi/scsi.chost->host_queue->prev = SCpnt;
host_queue2043drivers/scsi/scsi.cSCpnt->next = host->host_queue;
host_queue2045drivers/scsi/scsi.chost->host_queue = SCpnt;
host_queue2221drivers/scsi/scsi.cSCpnt->next = host->host_queue;
host_queue2223drivers/scsi/scsi.chost->host_queue = SCpnt;
host_queue2224drivers/scsi/scsi.cif(host->host_queue)
host_queue2225drivers/scsi/scsi.chost->host_queue->prev = SCpnt;
host_queue2320drivers/scsi/scsi.cfor(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2326drivers/scsi/scsi.cfor(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2352drivers/scsi/scsi.cwhile (sdpnt->host->host_queue) {
host_queue2353drivers/scsi/scsi.cSCpnt = sdpnt->host->host_queue->next;
host_queue2354drivers/scsi/scsi.cscsi_init_free((char *) sdpnt->host->host_queue, sizeof(Scsi_Cmnd));
host_queue2355drivers/scsi/scsi.csdpnt->host->host_queue = SCpnt;
host_queue2464drivers/scsi/scsi.cfor(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)