Home
last modified time | relevance | path

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

/drivers/char/agp/
Dgeneric.c131 struct agp_memory *agp_create_memory(int scratch_pages) in agp_create_memory() argument
146 agp_alloc_page_array(PAGE_SIZE * scratch_pages, new); in agp_create_memory()
153 new->num_scratch_pages = scratch_pages; in agp_create_memory()
225 int scratch_pages; in agp_allocate_memory() local
252 scratch_pages = (page_count + ENTRIES_PER_PAGE - 1) / ENTRIES_PER_PAGE; in agp_allocate_memory()
254 new = agp_create_memory(scratch_pages); in agp_allocate_memory()
Dagp.h196 struct agp_memory *agp_create_memory(int scratch_pages);