Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dhuge_memory.c1001 spinlock_t *dst_ptl, *src_ptl; in copy_huge_pmd() local
1016 src_ptl = pmd_lockptr(src_mm, src_pmd); in copy_huge_pmd()
1017 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pmd()
1088 spin_unlock(src_ptl); in copy_huge_pmd()
1106 spin_unlock(src_ptl); in copy_huge_pmd()
1175 spinlock_t *dst_ptl, *src_ptl; in copy_huge_pud() local
1180 src_ptl = pud_lockptr(src_mm, src_pud); in copy_huge_pud()
1181 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pud()
1201 spin_unlock(src_ptl); in copy_huge_pud()
1213 spin_unlock(src_ptl); in copy_huge_pud()
Dmemory.c931 spinlock_t *src_ptl, *dst_ptl; in copy_pte_range() local
947 src_ptl = pte_lockptr(src_mm, src_pmd); in copy_pte_range()
948 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_pte_range()
961 spin_needbreak(src_ptl) || spin_needbreak(dst_ptl)) in copy_pte_range()
1000 spin_unlock(src_ptl); in copy_pte_range()
Dhugetlb.c3766 spinlock_t *src_ptl, *dst_ptl; in copy_hugetlb_page_range() local
3790 src_ptl = huge_pte_lockptr(h, src, src_pte); in copy_hugetlb_page_range()
3791 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_hugetlb_page_range()
3834 spin_unlock(src_ptl); in copy_hugetlb_page_range()