Searched refs:ptl2 (Results 1 – 1 of 1) sorted by relevance
1087 spinlock_t *ptl2) in double_pt_lock() argument1089 __acquires(ptl2) in double_pt_lock()1091 if (ptl1 > ptl2) in double_pt_lock()1092 swap(ptl1, ptl2); in double_pt_lock()1095 if (ptl1 != ptl2) in double_pt_lock()1096 spin_lock_nested(ptl2, SINGLE_DEPTH_NESTING); in double_pt_lock()1098 __acquire(ptl2); in double_pt_lock()1102 spinlock_t *ptl2) in double_pt_unlock() argument1104 __releases(ptl2) in double_pt_unlock()1107 if (ptl1 != ptl2) in double_pt_unlock()[all …]