Home
last modified time | relevance | path

Searched refs:cpages (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_page_alloc.c443 enum ttm_caching_state cstate, unsigned cpages) in ttm_set_pages_caching() argument
449 r = ttm_set_pages_array_uc(pages, cpages); in ttm_set_pages_caching()
451 pr_err("Failed to set %d pages to uc!\n", cpages); in ttm_set_pages_caching()
454 r = ttm_set_pages_array_wc(pages, cpages); in ttm_set_pages_caching()
456 pr_err("Failed to set %d pages to wc!\n", cpages); in ttm_set_pages_caching()
471 struct page **failed_pages, unsigned cpages) in ttm_handle_caching_state_failure() argument
475 for (i = 0; i < cpages; ++i) { in ttm_handle_caching_state_failure()
494 unsigned i, j, cpages; in ttm_alloc_new_pages() local
507 for (i = 0, cpages = 0; i < count; ++i) { in ttm_alloc_new_pages()
515 if (cpages) { in ttm_alloc_new_pages()
[all …]
Dttm_page_alloc_dma.c267 struct page **pages, unsigned cpages) in ttm_set_pages_caching() argument
272 r = ttm_set_pages_array_uc(pages, cpages); in ttm_set_pages_caching()
275 pool->dev_name, cpages); in ttm_set_pages_caching()
278 r = ttm_set_pages_array_wc(pages, cpages); in ttm_set_pages_caching()
281 pool->dev_name, cpages); in ttm_set_pages_caching()
671 unsigned cpages) in ttm_dma_handle_caching_state_failure() argument
687 if (++i < cpages) in ttm_dma_handle_caching_state_failure()
709 unsigned i, j, npages, cpages; in ttm_dma_pool_alloc_new_pages() local
727 for (i = 0, cpages = 0; i < count; ++i) { in ttm_dma_pool_alloc_new_pages()
735 if (cpages) { in ttm_dma_pool_alloc_new_pages()
[all …]
/Linux-v4.19/mm/
Dmigrate.c2097 unsigned long cpages; member
2114 migrate->cpages++; in migrate_vma_collect_hole()
2204 migrate->cpages++; in migrate_vma_collect_pmd()
2229 migrate->cpages++; in migrate_vma_collect_pmd()
2255 migrate->cpages++; in migrate_vma_collect_pmd()
2414 for (i = 0; (i < npages) && migrate->cpages; i++) { in migrate_vma_prepare()
2432 migrate->cpages--; in migrate_vma_prepare()
2451 migrate->cpages--; in migrate_vma_prepare()
2456 migrate->cpages--; in migrate_vma_prepare()
2469 migrate->cpages--; in migrate_vma_prepare()
[all …]