Home
last modified time | relevance | path

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

/drivers/char/agp/
Dgeneric.c143 struct agp_memory *agp_create_memory(int scratch_pages) in agp_create_memory() argument
158 agp_alloc_page_array(PAGE_SIZE * scratch_pages, new); in agp_create_memory()
165 new->num_scratch_pages = scratch_pages; in agp_create_memory()
237 int scratch_pages; in agp_allocate_memory() local
264 scratch_pages = (page_count + ENTRIES_PER_PAGE - 1) / ENTRIES_PER_PAGE; in agp_allocate_memory()
266 new = agp_create_memory(scratch_pages); in agp_allocate_memory()
Dagp.h196 struct agp_memory *agp_create_memory(int scratch_pages);