taglinefilesource code
scbfree73drivers/scsi/wd7000.cstatic Scb *scbfree = NULL;
scbfree142drivers/scsi/wd7000.cif (scbfree == NULL)  {
scbfree147drivers/scsi/wd7000.cscb = scbfree;  scbfree = scb->next;
scbfree164drivers/scsi/wd7000.cscb->next = scbfree;  scbfree = scb;
scbfree178drivers/scsi/wd7000.cscbfree = &(scbs[0]);