Searched refs:ptl1 (Results 1 – 2 of 2) sorted by relevance
993 void double_pt_lock(spinlock_t *ptl1, in double_pt_lock() argument995 __acquires(ptl1) in double_pt_lock()998 if (ptl1 > ptl2) in double_pt_lock()999 swap(ptl1, ptl2); in double_pt_lock()1001 spin_lock(ptl1); in double_pt_lock()1002 if (ptl1 != ptl2) in double_pt_lock()1008 void double_pt_unlock(spinlock_t *ptl1, in double_pt_unlock() argument1010 __releases(ptl1) in double_pt_unlock()1013 spin_unlock(ptl1); in double_pt_unlock()1014 if (ptl1 != ptl2) in double_pt_unlock()
139 void double_pt_lock(spinlock_t *ptl1, spinlock_t *ptl2);140 void double_pt_unlock(spinlock_t *ptl1, spinlock_t *ptl2);