Searched refs:ptl2 (Results 1 – 1 of 1) sorted by relevance
1238 spinlock_t *ptl2) in double_pt_lock() argument1240 __acquires(ptl2) in double_pt_lock()1242 if (ptl1 > ptl2) in double_pt_lock()1243 swap(ptl1, ptl2); in double_pt_lock()1246 if (ptl1 != ptl2) in double_pt_lock()1247 spin_lock_nested(ptl2, SINGLE_DEPTH_NESTING); in double_pt_lock()1249 __acquire(ptl2); in double_pt_lock()1253 spinlock_t *ptl2) in double_pt_unlock() argument1255 __releases(ptl2) in double_pt_unlock()1258 if (ptl1 != ptl2) in double_pt_unlock()[all …]