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