Home
last modified time | relevance | path

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

/mm/
Dhuge_memory.c1017 spinlock_t *dst_ptl, *src_ptl; in copy_huge_pmd() local
1032 src_ptl = pmd_lockptr(src_mm, src_pmd); in copy_huge_pmd()
1033 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pmd()
1096 spin_unlock(src_ptl); in copy_huge_pmd()
1116 spin_unlock(src_ptl); in copy_huge_pmd()
1185 spinlock_t *dst_ptl, *src_ptl; in copy_huge_pud() local
1190 src_ptl = pud_lockptr(src_mm, src_pud); in copy_huge_pud()
1191 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pud()
1211 spin_unlock(src_ptl); in copy_huge_pud()
1223 spin_unlock(src_ptl); in copy_huge_pud()
Dmemory.c991 spinlock_t *src_ptl, *dst_ptl; in copy_pte_range() local
1007 src_ptl = pte_lockptr(src_mm, src_pmd); in copy_pte_range()
1008 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_pte_range()
1021 spin_needbreak(src_ptl) || spin_needbreak(dst_ptl)) in copy_pte_range()
1061 spin_unlock(src_ptl); in copy_pte_range()
Dhugetlb.c3846 spinlock_t *src_ptl, *dst_ptl; in copy_hugetlb_page_range() local
3870 src_ptl = huge_pte_lockptr(h, src, src_pte); in copy_hugetlb_page_range()
3871 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_hugetlb_page_range()
3914 spin_unlock(src_ptl); in copy_hugetlb_page_range()