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

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

Completed in 244 milliseconds