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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_page_alloc.c51 #define NUM_PAGES_TO_ALLOC (PAGE_SIZE/sizeof(struct page *)) macro
168 if (val > NUM_PAGES_TO_ALLOC*8) {
173 NUM_PAGES_TO_ALLOC*(PAGE_SIZE >> 7),
174 NUM_PAGES_TO_ALLOC*(PAGE_SIZE >> 10));
176 } else if (val > NUM_PAGES_TO_ALLOC) {
180 NUM_PAGES_TO_ALLOC*(PAGE_SIZE >> 10));
297 * To prevent hogging the ttm_swap process we only free NUM_PAGES_TO_ALLOC
311 if (NUM_PAGES_TO_ALLOC < nr_free)
312 npages_to_free = NUM_PAGES_TO_ALLOC;
330 /* We can only remove NUM_PAGES_TO_ALLOC a
[all...]

Completed in 88 milliseconds