Home
last modified time | relevance | path

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

/linux/mm/
H A Duserfaultfd.c1316 spinlock_t *dst_ptl, spinlock_t *src_ptl, in move_present_ptes() argument
1327 double_pt_lock(dst_ptl, src_ptl); in move_present_ptes()
1394 double_pt_unlock(dst_ptl, src_ptl); in move_present_ptes()
1403 spinlock_t *dst_ptl, spinlock_t *src_ptl, in move_swap_pte() argument
1416 double_pt_lock(dst_ptl, src_ptl); in move_swap_pte()
1420 double_pt_unlock(dst_ptl, src_ptl); in move_swap_pte()
1444 double_pt_unlock(dst_ptl, src_ptl); in move_swap_pte()
1456 double_pt_unlock(dst_ptl, src_ptl); in move_swap_pte()
1468 spinlock_t *dst_ptl, spinlock_t *src_ptl) in move_zeropage_pte() argument
1472 double_pt_lock(dst_ptl, src_ptl); in move_zeropage_pte()
[all …]
H A Dhuge_memory.c1954 spinlock_t *dst_ptl, *src_ptl; in copy_huge_pmd() local
1964 dst_ptl = pmd_lock(dst_mm, dst_pmd); in copy_huge_pmd()
1988 dst_ptl = pmd_lock(dst_mm, dst_pmd); in copy_huge_pmd()
2032 spin_unlock(dst_ptl); in copy_huge_pmd()
2057 spin_unlock(dst_ptl); in copy_huge_pmd()
2080 spinlock_t *dst_ptl, *src_ptl; in copy_huge_pud() local
2084 dst_ptl = pud_lock(dst_mm, dst_pud); in copy_huge_pud()
2107 spin_unlock(dst_ptl); in copy_huge_pud()
2897 spinlock_t *src_ptl, *dst_ptl; in move_pages_huge_pmd() local
2948 dst_ptl = pmd_lockptr(mm, dst_pmd); in move_pages_huge_pmd()
[all …]
H A Dhugetlb.c4921 spinlock_t *src_ptl, *dst_ptl; in copy_hugetlb_page_range() local
4941 dst_ptl = huge_pte_lock(h, dst, dst_pte); in copy_hugetlb_page_range()
5006 spin_unlock(dst_ptl); in copy_hugetlb_page_range()
5024 dst_ptl = huge_pte_lock(h, dst, dst_pte); in copy_hugetlb_page_range()
5068 spin_unlock(dst_ptl); in copy_hugetlb_page_range()
5088 spinlock_t *src_ptl, *dst_ptl; in move_huge_pte() local
5091 dst_ptl = huge_pte_lock(h, mm, dst_pte); in move_huge_pte()
5098 if (src_ptl != dst_ptl) in move_huge_pte()
5128 if (src_ptl != dst_ptl) in move_huge_pte()
5130 spin_unlock(dst_ptl); in move_huge_pte()
H A Dmemory.c1316 spinlock_t *src_ptl, *dst_ptl; in copy_pte_range() local
1335 dst_pte = pte_alloc_map_lock(dst_mm, dst_pmd, addr, &dst_ptl); in copy_pte_range()
1350 pte_unmap_unlock(dst_pte, dst_ptl); in copy_pte_range()
1369 spin_needbreak(src_ptl) || spin_needbreak(dst_ptl)) in copy_pte_range()
1429 pte_unmap_unlock(orig_dst_pte, dst_ptl); in copy_pte_range()