Searched refs:cur_memory (Results 1 – 1 of 1) sorted by relevance
224 int cur_memory; in agp_allocate_memory() local229 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()