Home
last modified time | relevance | path

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

/mm/
Dhuge_memory.c1031 spinlock_t *dst_ptl, *src_ptl; in copy_huge_pmd() local
1046 src_ptl = pmd_lockptr(src_mm, src_pmd); in copy_huge_pmd()
1047 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pmd()
1109 spin_unlock(src_ptl); in copy_huge_pmd()
1129 spin_unlock(src_ptl); in copy_huge_pmd()
1198 spinlock_t *dst_ptl, *src_ptl; in copy_huge_pud() local
1203 src_ptl = pud_lockptr(src_mm, src_pud); in copy_huge_pud()
1204 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_huge_pud()
1222 spin_unlock(src_ptl); in copy_huge_pud()
1234 spin_unlock(src_ptl); in copy_huge_pud()
Dhugetlb.c4322 spinlock_t *src_ptl, *dst_ptl; in copy_hugetlb_page_range() local
4346 src_ptl = huge_pte_lockptr(h, src, src_pte); in copy_hugetlb_page_range()
4347 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_hugetlb_page_range()
4392 spin_unlock(src_ptl); in copy_hugetlb_page_range()
4407 src_ptl = huge_pte_lockptr(h, src, src_pte); in copy_hugetlb_page_range()
4408 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_hugetlb_page_range()
4418 spin_unlock(src_ptl); in copy_hugetlb_page_range()
4439 spin_unlock(src_ptl); in copy_hugetlb_page_range()
Dmemory.c1072 spinlock_t *src_ptl, *dst_ptl; in copy_pte_range() local
1088 src_ptl = pte_lockptr(src_mm, src_pmd); in copy_pte_range()
1089 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_pte_range()
1102 spin_needbreak(src_ptl) || spin_needbreak(dst_ptl)) in copy_pte_range()
1153 spin_unlock(src_ptl); in copy_pte_range()