Searched refs:old_ptl (Results 1 – 2 of 2) sorted by relevance
122 spinlock_t *old_ptl, *new_ptl; in move_ptes() local151 old_pte = pte_offset_map_lock(mm, old_pmd, old_addr, &old_ptl); in move_ptes()154 if (new_ptl != old_ptl) in move_ptes()186 if (new_ptl != old_ptl) in move_ptes()189 pte_unmap_unlock(old_pte - 1, old_ptl); in move_ptes()
1785 spinlock_t *old_ptl, *new_ptl; in move_huge_pmd() local1808 old_ptl = __pmd_trans_huge_lock(old_pmd, vma); in move_huge_pmd()1809 if (old_ptl) { in move_huge_pmd()1811 if (new_ptl != old_ptl) in move_huge_pmd()1818 if (pmd_move_must_withdraw(new_ptl, old_ptl, vma)) { in move_huge_pmd()1827 if (new_ptl != old_ptl) in move_huge_pmd()1829 spin_unlock(old_ptl); in move_huge_pmd()