taglinefilesource code
dma_malloc_freelist1501drivers/scsi/scsi.cstatic unsigned short * dma_malloc_freelist = NULL;
dma_malloc_freelist1520drivers/scsi/scsi.cif ((dma_malloc_freelist[i] & (mask << j)) == 0){
dma_malloc_freelist1521drivers/scsi/scsi.cdma_malloc_freelist[i] |= (mask << j);
dma_malloc_freelist1557drivers/scsi/scsi.cif(dma_malloc_freelist[page] & (mask << sector) != (mask<<sector))
dma_malloc_freelist1561drivers/scsi/scsi.cdma_malloc_freelist[page] &= ~(mask << sector);
dma_malloc_freelist1667drivers/scsi/scsi.cdma_malloc_freelist = (unsigned short *) memory_start;
dma_malloc_freelist1669drivers/scsi/scsi.cmemset(dma_malloc_freelist, 0, dma_sectors >> 3);