taglinefilesource code
dma_malloc_freelist1651drivers/scsi/scsi.cstatic unsigned short * dma_malloc_freelist = NULL;
dma_malloc_freelist1670drivers/scsi/scsi.cif ((dma_malloc_freelist[i] & (mask << j)) == 0){
dma_malloc_freelist1671drivers/scsi/scsi.cdma_malloc_freelist[i] |= (mask << j);
dma_malloc_freelist1707drivers/scsi/scsi.cif(dma_malloc_freelist[page] & (mask << sector) != (mask<<sector))
dma_malloc_freelist1711drivers/scsi/scsi.cdma_malloc_freelist[page] &= ~(mask << sector);
dma_malloc_freelist1850drivers/scsi/scsi.cdma_malloc_freelist = (unsigned short *) memory_start;
dma_malloc_freelist1852drivers/scsi/scsi.cmemset(dma_malloc_freelist, 0, dma_sectors >> 3);