Lines Matching defs:dst
5035 int copy_hugetlb_page_range(struct mm_struct *dst, struct mm_struct *src,
5075 dst_pte = huge_pte_alloc(dst, dst_vma, addr, sz);
5085 * However, src could have 'unshared' and dst shares with
5094 dst_ptl = huge_pte_lock(h, dst, dst_pte);
5107 set_huge_pte_at(dst, addr, dst_pte, entry, sz);
5126 set_huge_pte_at(dst, addr, dst_pte, entry, sz);
5132 set_huge_pte_at(dst, addr, dst_pte,
5175 dst_ptl = huge_pte_lock(h, dst, dst_pte);
5208 set_huge_pte_at(dst, addr, dst_pte, entry, sz);
5209 hugetlb_count_add(npages, dst);
5238 * We don't have to worry about the ordering of src and dst ptlocks