Home
last modified time | relevance | path

Searched refs:ptl1 (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Duserfaultfd.c1237 void double_pt_lock(spinlock_t *ptl1, in double_pt_lock() argument
1239 __acquires(ptl1) in double_pt_lock()
1242 if (ptl1 > ptl2) in double_pt_lock()
1243 swap(ptl1, ptl2); in double_pt_lock()
1245 spin_lock(ptl1); in double_pt_lock()
1246 if (ptl1 != ptl2) in double_pt_lock()
1252 void double_pt_unlock(spinlock_t *ptl1, in double_pt_unlock() argument
1254 __releases(ptl1) in double_pt_unlock()
1257 spin_unlock(ptl1); in double_pt_unlock()
1258 if (ptl1 != ptl2) in double_pt_unlock()