taglinefilesource code
allocated12arch/mips/kernel/tynedma.cstatic unsigned long allocated;
allocated19arch/mips/kernel/tynedma.cunsigned long ret = allocated;
allocated20arch/mips/kernel/tynedma.callocated += size;
allocated21arch/mips/kernel/tynedma.cif (allocated > boot_info.dma_cache_size)
allocated30arch/mips/kernel/tynedma.callocated = 0;