Searched refs:ENTRIES_PER_PAGE (Results 1 – 1 of 1) sorted by relevance
204 #define ENTRIES_PER_PAGE (PAGE_SIZE / sizeof(unsigned long)) macro248 scratch_pages = (page_count + ENTRIES_PER_PAGE - 1) / ENTRIES_PER_PAGE; in agp_allocate_memory()1165 pages = (page_count + ENTRIES_PER_PAGE - 1) / ENTRIES_PER_PAGE; in agp_generic_alloc_user()
Completed in 6 milliseconds