Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/
Dnouveau_dmem.c378 unsigned long *src_pfns, *dst_pfns; in nouveau_dmem_evict_chunk() local
383 dst_pfns = kcalloc(npages, sizeof(*dst_pfns), GFP_KERNEL); in nouveau_dmem_evict_chunk()
399 dst_pfns[i] = migrate_pfn(page_to_pfn(dpage)); in nouveau_dmem_evict_chunk()
407 migrate_device_pages(src_pfns, dst_pfns, npages); in nouveau_dmem_evict_chunk()
409 migrate_device_finalize(src_pfns, dst_pfns, npages); in nouveau_dmem_evict_chunk()
411 kfree(dst_pfns); in nouveau_dmem_evict_chunk()