Searched refs:ptl1 (Results 1 – 2 of 2) sorted by relevance
1000 void double_pt_lock(spinlock_t *ptl1, in double_pt_lock() argument1002 __acquires(ptl1) in double_pt_lock()1005 if (ptl1 > ptl2) in double_pt_lock()1006 swap(ptl1, ptl2); in double_pt_lock()1008 spin_lock(ptl1); in double_pt_lock()1009 if (ptl1 != ptl2) in double_pt_lock()1015 void double_pt_unlock(spinlock_t *ptl1, in double_pt_unlock() argument1017 __releases(ptl1) in double_pt_unlock()1020 spin_unlock(ptl1); in double_pt_unlock()1021 if (ptl1 != ptl2) in double_pt_unlock()
135 void double_pt_lock(spinlock_t *ptl1, spinlock_t *ptl2);136 void double_pt_unlock(spinlock_t *ptl1, spinlock_t *ptl2);