Searched refs:new_ptl (Results 1 – 1 of 1) sorted by relevance
79 spinlock_t *old_ptl, *new_ptl; in move_ptes() local105 new_ptl = pte_lockptr(mm, new_pmd); in move_ptes()106 if (new_ptl != old_ptl) in move_ptes()107 spin_lock_nested(new_ptl, SINGLE_DEPTH_NESTING); in move_ptes()120 if (new_ptl != old_ptl) in move_ptes()121 spin_unlock(new_ptl); in move_ptes()