Searched refs:dst_pfns (Results 1 – 2 of 2) sorted by relevance
478 unsigned long *src_pfns, *dst_pfns; in nouveau_dmem_evict_chunk() local483 dst_pfns = kvcalloc(npages, sizeof(*dst_pfns), GFP_KERNEL | __GFP_NOFAIL); in nouveau_dmem_evict_chunk()509 dst_pfns[i] = migrate_pfn(page_to_pfn(dpage)); in nouveau_dmem_evict_chunk()518 migrate_device_pages(src_pfns, dst_pfns, npages); in nouveau_dmem_evict_chunk()520 migrate_device_finalize(src_pfns, dst_pfns, npages); in nouveau_dmem_evict_chunk()522 kvfree(dst_pfns); in nouveau_dmem_evict_chunk()
515 unsigned long dst_pfns[], in drm_pagemap_migrate_range() argument538 &dst_pfns[last->start], in drm_pagemap_migrate_range()