taglinefilesource code
new_dma_malloc_freelist2246drivers/scsi/scsi.cunsigned char * new_dma_malloc_freelist = NULL;
new_dma_malloc_freelist2273drivers/scsi/scsi.cnew_dma_malloc_freelist = (unsigned char *)
new_dma_malloc_freelist2275drivers/scsi/scsi.cmemset(new_dma_malloc_freelist, 0, new_dma_sectors >> 3);
new_dma_malloc_freelist2290drivers/scsi/scsi.cmemcpy(new_dma_malloc_freelist, dma_malloc_freelist, dma_sectors >> 3);
new_dma_malloc_freelist2292drivers/scsi/scsi.cdma_malloc_freelist = new_dma_malloc_freelist;