taglinefilesource code
dma_malloc_freelist1488drivers/scsi/scsi.cstatic unsigned short * dma_malloc_freelist = NULL;
dma_malloc_freelist1507drivers/scsi/scsi.cif ((dma_malloc_freelist[i] & (mask << j)) == 0){
dma_malloc_freelist1508drivers/scsi/scsi.cdma_malloc_freelist[i] |= (mask << j);
dma_malloc_freelist1544drivers/scsi/scsi.cif(dma_malloc_freelist[page] & (mask << sector) != (mask<<sector))
dma_malloc_freelist1548drivers/scsi/scsi.cdma_malloc_freelist[page] &= ~(mask << sector);
dma_malloc_freelist1653drivers/scsi/scsi.cdma_malloc_freelist = (unsigned short *) memory_start;
dma_malloc_freelist1655drivers/scsi/scsi.cmemset(dma_malloc_freelist, 0, dma_sectors >> 3);