Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Duserfaultfd.c1041 double_pt_lock(dst_ptl, src_ptl); in move_present_pte()
1077 double_pt_unlock(dst_ptl, src_ptl); in move_present_pte()
1089 double_pt_lock(dst_ptl, src_ptl); in move_swap_pte()
1112 double_pt_unlock(dst_ptl, src_ptl); in move_swap_pte()
1128 double_pt_lock(dst_ptl, src_ptl); in move_zeropage_pte()
1139 double_pt_unlock(dst_ptl, src_ptl); in move_zeropage_pte()
1160 spinlock_t *src_ptl, *dst_ptl; in move_pages_pte() local
1182 &dst_ptl); in move_pages_pte()
1216 spin_lock(dst_ptl); in move_pages_pte()
1218 spin_unlock(dst_ptl); in move_pages_pte()
[all …]
H A Dhuge_memory.c1693 spinlock_t *dst_ptl, *src_ptl; in copy_huge_pmd() local
1726 dst_ptl = pmd_lock(dst_mm, dst_pmd); in copy_huge_pmd()
1788 spin_unlock(dst_ptl); in copy_huge_pmd()
1807 spin_unlock(dst_ptl); in copy_huge_pmd()
1830 spinlock_t *dst_ptl, *src_ptl; in copy_huge_pud() local
1834 dst_ptl = pud_lock(dst_mm, dst_pud); in copy_huge_pud()
1857 spin_unlock(dst_ptl); in copy_huge_pud()
2560 spinlock_t *src_ptl, *dst_ptl; in move_pages_huge_pmd() local
2625 dst_ptl = pmd_lockptr(mm, dst_pmd); in move_pages_huge_pmd()
2626 double_pt_lock(src_ptl, dst_ptl); in move_pages_huge_pmd()
[all …]
H A Dhugetlb.c5594 spinlock_t *src_ptl, *dst_ptl; in copy_hugetlb_page_range() local
5619 dst_ptl = huge_pte_lock(h, dst, dst_pte); in copy_hugetlb_page_range()
5681 spin_unlock(dst_ptl); in copy_hugetlb_page_range()
5698 dst_ptl = huge_pte_lock(h, dst, dst_pte); in copy_hugetlb_page_range()
5712 spin_unlock(dst_ptl); in copy_hugetlb_page_range()
5735 spin_unlock(dst_ptl); in copy_hugetlb_page_range()
5755 spinlock_t *src_ptl, *dst_ptl; in move_huge_pte() local
5758 dst_ptl = huge_pte_lock(h, mm, dst_pte); in move_huge_pte()
5765 if (src_ptl != dst_ptl) in move_huge_pte()
5782 if (src_ptl != dst_ptl) in move_huge_pte()
[all …]
H A Dmemory.c1081 spinlock_t *src_ptl, *dst_ptl; in copy_pte_range() local
1100 dst_pte = pte_alloc_map_lock(dst_mm, dst_pmd, addr, &dst_ptl); in copy_pte_range()
1115 pte_unmap_unlock(dst_pte, dst_ptl); in copy_pte_range()
1134 spin_needbreak(src_ptl) || spin_needbreak(dst_ptl)) in copy_pte_range()
1194 pte_unmap_unlock(orig_dst_pte, dst_ptl); in copy_pte_range()