taglinefilesource code
new_dma_malloc_freelist2213drivers/scsi/scsi.cunsigned char * new_dma_malloc_freelist = NULL;
new_dma_malloc_freelist2240drivers/scsi/scsi.cnew_dma_malloc_freelist = (unsigned char *)
new_dma_malloc_freelist2242drivers/scsi/scsi.cmemset(new_dma_malloc_freelist, 0, new_dma_sectors >> 3);
new_dma_malloc_freelist2257drivers/scsi/scsi.cmemcpy(new_dma_malloc_freelist, dma_malloc_freelist, dma_sectors >> 3);
new_dma_malloc_freelist2259drivers/scsi/scsi.cdma_malloc_freelist = new_dma_malloc_freelist;