taglinefilesource code
new_dma_malloc_freelist2504drivers/scsi/scsi.cunsigned char * new_dma_malloc_freelist = NULL;
new_dma_malloc_freelist2572drivers/scsi/scsi.cnew_dma_malloc_freelist = (unsigned char *)
new_dma_malloc_freelist2574drivers/scsi/scsi.cmemset(new_dma_malloc_freelist, 0, new_dma_sectors >> 3);
new_dma_malloc_freelist2599drivers/scsi/scsi.cmemcpy(new_dma_malloc_freelist, dma_malloc_freelist, dma_sectors >> 3);
new_dma_malloc_freelist2602drivers/scsi/scsi.cdma_malloc_freelist = new_dma_malloc_freelist;