atari_stram_alloc  182 arch/m68k/atari/stram.c EXPORT_SYMBOL(atari_stram_alloc);
atari_stram_alloc   10 arch/m68k/include/asm/atari_stram.h void *atari_stram_alloc(unsigned long size, const char *owner);
atari_stram_alloc 2015 drivers/block/ataflop.c 	DMABuffer = atari_stram_alloc(BUFFER_SIZE+512, "ataflop");
atari_stram_alloc  782 drivers/scsi/atari_scsi.c 		atari_dma_buffer = atari_stram_alloc(STRAM_BUFFER_SIZE, "SCSI");
atari_stram_alloc 3136 drivers/video/fbdev/atafb.c 		screen_base = atari_stram_alloc(mem_req, "atafb");
atari_stram_alloc  834 sound/oss/dmasound/dmasound_atari.c 	return atari_stram_alloc(size, "dmasound");