Lines Matching defs:ptl2
1169 spinlock_t *ptl2)1171 __acquires(ptl2)1173 if (ptl1 > ptl2)1174 swap(ptl1, ptl2);1177 if (ptl1 != ptl2)1178 spin_lock_nested(ptl2, SINGLE_DEPTH_NESTING);1180 __acquire(ptl2);1184 spinlock_t *ptl2)1186 __releases(ptl2)1189 if (ptl1 != ptl2)1190 spin_unlock(ptl2);1192 __release(ptl2);