Searched refs:src_ptl (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | huge_memory.c | 1017 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()
|
| H A D | memory.c | 981 spinlock_t *src_ptl, *dst_ptl; in copy_pte_range() local 997 src_ptl = pte_lockptr(src_mm, src_pmd); in copy_pte_range() 998 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_pte_range() 1011 spin_needbreak(src_ptl) || spin_needbreak(dst_ptl)) in copy_pte_range() 1051 spin_unlock(src_ptl); in copy_pte_range()
|
| H A D | hugetlb.c | 3824 spinlock_t *src_ptl, *dst_ptl; in copy_hugetlb_page_range() local 3848 src_ptl = huge_pte_lockptr(h, src, src_pte); in copy_hugetlb_page_range() 3849 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING); in copy_hugetlb_page_range() 3892 spin_unlock(src_ptl); in copy_hugetlb_page_range()
|