Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/char/agp/
Dgeneric.c240 int cur_memory; in agp_allocate_memory() local
245 cur_memory = atomic_read(&bridge->current_memory_agp); in agp_allocate_memory()
246 if ((cur_memory + page_count > bridge->max_memory_agp) || in agp_allocate_memory()
247 (cur_memory + page_count < page_count)) in agp_allocate_memory()