Home
last modified time | relevance | path

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

/linux/mm/
H A Duserfaultfd.c1079 spinlock_t *dst_ptl, spinlock_t *src_ptl, in move_present_ptes() argument
1090 double_pt_lock(dst_ptl, src_ptl); in move_present_ptes()
1150 double_pt_unlock(dst_ptl, src_ptl); in move_present_ptes()
1159 spinlock_t *dst_ptl, spinlock_t *src_ptl, in move_swap_pte() argument
1172 double_pt_lock(dst_ptl, src_ptl); in move_swap_pte()
1176 double_pt_unlock(dst_ptl, src_ptl); in move_swap_pte()
1204 double_pt_unlock(dst_ptl, src_ptl); in move_swap_pte()
1213 double_pt_unlock(dst_ptl, src_ptl); in move_swap_pte()
1225 spinlock_t *dst_ptl, spinlock_t *src_ptl) in move_zeropage_pte() argument
1229 double_pt_lock(dst_ptl, src_ptl); in move_zeropage_pte()
[all …]
H A Dhuge_memory.c1850 spinlock_t *dst_ptl, *src_ptl; in copy_huge_pmd() local
1860 dst_ptl = pmd_lock(dst_mm, dst_pmd); in copy_huge_pmd()
1884 dst_ptl = pmd_lock(dst_mm, dst_pmd); in copy_huge_pmd()
1928 spin_unlock(dst_ptl); in copy_huge_pmd()
1947 spin_unlock(dst_ptl); in copy_huge_pmd()
1970 spinlock_t *dst_ptl, *src_ptl; in copy_huge_pud() local
1974 dst_ptl = pud_lock(dst_mm, dst_pud); in copy_huge_pud()
1997 spin_unlock(dst_ptl); in copy_huge_pud()
2710 spinlock_t *src_ptl, *dst_ptl; in move_pages_huge_pmd() local
2761 dst_ptl = pmd_lockptr(mm, dst_pmd); in move_pages_huge_pmd()
[all …]
H A Dhugetlb.c4899 spinlock_t *src_ptl, *dst_ptl; in copy_hugetlb_page_range() local
4919 dst_ptl = huge_pte_lock(h, dst, dst_pte); in copy_hugetlb_page_range()
4980 spin_unlock(dst_ptl); in copy_hugetlb_page_range()
4997 dst_ptl = huge_pte_lock(h, dst, dst_pte); in copy_hugetlb_page_range()
5034 spin_unlock(dst_ptl); in copy_hugetlb_page_range()
5054 spinlock_t *src_ptl, *dst_ptl; in move_huge_pte() local
5057 dst_ptl = huge_pte_lock(h, mm, dst_pte); in move_huge_pte()
5064 if (src_ptl != dst_ptl) in move_huge_pte()
5081 if (src_ptl != dst_ptl) in move_huge_pte()
5083 spin_unlock(dst_ptl); in move_huge_pte()
H A Dmemory.c1218 spinlock_t *src_ptl, *dst_ptl; in copy_pte_range() local
1237 dst_pte = pte_alloc_map_lock(dst_mm, dst_pmd, addr, &dst_ptl); in copy_pte_range()
1252 pte_unmap_unlock(dst_pte, dst_ptl); in copy_pte_range()
1271 spin_needbreak(src_ptl) || spin_needbreak(dst_ptl)) in copy_pte_range()
1331 pte_unmap_unlock(orig_dst_pte, dst_ptl); in copy_pte_range()