taglinefilesource code
new_dma_malloc_freelist2722drivers/scsi/scsi.cunsigned char * new_dma_malloc_freelist = NULL;
new_dma_malloc_freelist2761drivers/scsi/scsi.cnew_dma_malloc_freelist = (unsigned char *)
new_dma_malloc_freelist2763drivers/scsi/scsi.cmemset(new_dma_malloc_freelist, 0, new_dma_sectors >> 3);
new_dma_malloc_freelist2786drivers/scsi/scsi.cmemcpy(new_dma_malloc_freelist, dma_malloc_freelist, dma_sectors >> 3);
new_dma_malloc_freelist2789drivers/scsi/scsi.cdma_malloc_freelist = new_dma_malloc_freelist;