taglinefilesource code
host_queue279drivers/scsi/hosts.cretval->host_queue = NULL;
host_queue248drivers/scsi/hosts.hScsi_Cmnd *host_queue; 
host_queue394drivers/scsi/scsi.cshpnt->host_queue = SCpnt; /* We need this so that commands can time out */
host_queue756drivers/scsi/scsi.cshpnt->host_queue = NULL;  /* No longer needed here */
host_queue843drivers/scsi/scsi.cSCpnt =  device->host->host_queue;
host_queue851drivers/scsi/scsi.cSCpnt = device->host->host_queue;
host_queue978drivers/scsi/scsi.cSCpnt = device->host->host_queue;
host_queue1896drivers/scsi/scsi.cSCpnt1 = host->host_queue;
host_queue1987drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2044drivers/scsi/scsi.cfor(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2253drivers/scsi/scsi.cif(host->host_queue)
host_queue2254drivers/scsi/scsi.chost->host_queue->prev = SCpnt;
host_queue2255drivers/scsi/scsi.cSCpnt->next = host->host_queue;
host_queue2257drivers/scsi/scsi.chost->host_queue = SCpnt;
host_queue2717drivers/scsi/scsi.cfor(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2723drivers/scsi/scsi.cfor(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2750drivers/scsi/scsi.cwhile (sdpnt->host->host_queue) {
host_queue2751drivers/scsi/scsi.cSCpnt = sdpnt->host->host_queue->next;
host_queue2752drivers/scsi/scsi.cscsi_init_free((char *) sdpnt->host->host_queue, sizeof(Scsi_Cmnd));
host_queue2753drivers/scsi/scsi.csdpnt->host->host_queue = SCpnt;
host_queue2907drivers/scsi/scsi.cfor(SCpnt = SDpnt->host->host_queue; SCpnt; SCpnt = SCpnt->next)
host_queue2915drivers/scsi/scsi.cif(SCpnt == SDpnt->host->host_queue)
host_queue2916drivers/scsi/scsi.cSDpnt->host->host_queue = SCpnt->next;
host_queue2998drivers/scsi/scsi.cfor(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next)