tag | line | file | source code |
---|---|---|---|
allocated | 12 | arch/mips/kernel/tynedma.c | static unsigned long allocated; |
allocated | 19 | arch/mips/kernel/tynedma.c | unsigned long ret = allocated; |
allocated | 20 | arch/mips/kernel/tynedma.c | allocated += size; |
allocated | 21 | arch/mips/kernel/tynedma.c | if (allocated > boot_info.dma_cache_size) |
allocated | 30 | arch/mips/kernel/tynedma.c | allocated = 0; |