Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dhuge_memory.c1031 spinlock_t *dst_ptl, *src_ptl; in copy_huge_pmd() local
1045 dst_ptl = pmd_lock(dst_mm, dst_pmd); in copy_huge_pmd()
1110 spin_unlock(dst_ptl); in copy_huge_pmd()
1130 spin_unlock(dst_ptl); in copy_huge_pmd()
1198 spinlock_t *dst_ptl, *src_ptl; in copy_huge_pud() local
1202 dst_ptl = pud_lock(dst_mm, dst_pud); in copy_huge_pud()
1223 spin_unlock(dst_ptl); in copy_huge_pud()
1235 spin_unlock(dst_ptl); in copy_huge_pud()
Dhugetlb.c4300 spinlock_t *src_ptl, *dst_ptl; in copy_hugetlb_page_range() local
4323 dst_ptl = huge_pte_lock(h, dst, dst_pte); in copy_hugetlb_page_range()
4371 spin_unlock(dst_ptl); in copy_hugetlb_page_range()
4384 dst_ptl = huge_pte_lock(h, dst, dst_pte); in copy_hugetlb_page_range()
4397 spin_unlock(dst_ptl); in copy_hugetlb_page_range()
4418 spin_unlock(dst_ptl); in copy_hugetlb_page_range()
Dmemory.c1011 spinlock_t *src_ptl, *dst_ptl; in copy_pte_range() local
1021 dst_pte = pte_alloc_map_lock(dst_mm, dst_pmd, addr, &dst_ptl); in copy_pte_range()
1041 spin_needbreak(src_ptl) || spin_needbreak(dst_ptl)) in copy_pte_range()
1095 pte_unmap_unlock(orig_dst_pte, dst_ptl); in copy_pte_range()