Searched refs:migrate_vma_collect_skip (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | migrate_device.c | 21 static int migrate_vma_collect_skip(unsigned long start, in migrate_vma_collect_skip() function 46 return migrate_vma_collect_skip(start, end, walk); in migrate_vma_collect_hole() 62 return migrate_vma_collect_skip(start + PAGE_SIZE, end, walk); in migrate_vma_collect_hole() 156 return migrate_vma_collect_skip(start, end, walk); in migrate_vma_collect_huge_pmd() 175 return migrate_vma_collect_skip(start, end, walk); in migrate_vma_collect_huge_pmd() 189 return migrate_vma_collect_skip(start, end, walk); in migrate_vma_collect_huge_pmd() 219 migrate_vma_collect_skip(start + PAGE_SIZE, end, walk); in migrate_vma_collect_huge_pmd() 233 return migrate_vma_collect_skip(start, end, walk); in migrate_vma_collect_huge_pmd() 319 return migrate_vma_collect_skip(addr, end, walk); in migrate_vma_collect_pmd() 362 return migrate_vma_collect_skip(addr, end, walk); in migrate_vma_collect_pmd()
|