Lines Matching refs:new_ptl
122 spinlock_t *old_ptl, *new_ptl; in move_ptes() local
153 new_ptl = pte_lockptr(mm, new_pmd); in move_ptes()
154 if (new_ptl != old_ptl) in move_ptes()
155 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_ptes()
186 if (new_ptl != old_ptl) in move_ptes()
187 spin_unlock(new_ptl); in move_ptes()
198 spinlock_t *old_ptl, *new_ptl; in move_normal_pmd() local
233 new_ptl = pmd_lockptr(mm, new_pmd); in move_normal_pmd()
234 if (new_ptl != old_ptl) in move_normal_pmd()
235 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_normal_pmd()
246 if (new_ptl != old_ptl) in move_normal_pmd()
247 spin_unlock(new_ptl); in move_normal_pmd()