Searched refs:roundup_memory (Results 1 – 1 of 1) sorted by relevance
241 unsigned long roundup_memory = roundup(memory_end, PAGE_SIZE); in get_display_buffer() local244 if (roundup_memory + size > memory_start + MEMORY_POOL_SIZE) { in get_display_buffer()248 buf = (void *)roundup_memory; in get_display_buffer()250 memory_end = roundup_memory + size; in get_display_buffer()