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