taglinefilesource code
new_dma_malloc_freelist2594drivers/scsi/scsi.cunsigned char * new_dma_malloc_freelist = NULL;
new_dma_malloc_freelist2633drivers/scsi/scsi.cnew_dma_malloc_freelist = (unsigned char *)
new_dma_malloc_freelist2635drivers/scsi/scsi.cmemset(new_dma_malloc_freelist, 0, new_dma_sectors >> 3);
new_dma_malloc_freelist2658drivers/scsi/scsi.cmemcpy(new_dma_malloc_freelist, dma_malloc_freelist, dma_sectors >> 3);
new_dma_malloc_freelist2661drivers/scsi/scsi.cdma_malloc_freelist = new_dma_malloc_freelist;