Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/agp/
Dgeneric.c127 struct agp_memory *agp_create_memory(int scratch_pages) in agp_create_memory() argument
142 agp_alloc_page_array(PAGE_SIZE * scratch_pages, new); in agp_create_memory()
149 new->num_scratch_pages = scratch_pages; in agp_create_memory()
221 int scratch_pages; in agp_allocate_memory() local
248 scratch_pages = (page_count + ENTRIES_PER_PAGE - 1) / ENTRIES_PER_PAGE; in agp_allocate_memory()
250 new = agp_create_memory(scratch_pages); in agp_allocate_memory()
Dagp.h196 struct agp_memory *agp_create_memory(int scratch_pages);