Home
last modified time | relevance | path

Searched refs:cur_memory (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/char/agp/
H A Dgeneric.c224 int cur_memory; in agp_allocate_memory() local
229 cur_memory = atomic_read(&bridge->current_memory_agp); in agp_allocate_memory()
230 if ((cur_memory + page_count > bridge->max_memory_agp) || in agp_allocate_memory()
231 (cur_memory + page_count < page_count)) in agp_allocate_memory()