Home
last modified time | relevance | path

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

/linux/mm/
H A Duserfaultfd.c993 void double_pt_lock(spinlock_t *ptl1, in mwriteprotect_range()
995 __acquires(ptl1)
1000 if (ptl1 > ptl2) { in double_pt_lock()
1001 /* exchange ptl1 and ptl2 */ in double_pt_lock()
1002 ptl_tmp = ptl1; in double_pt_lock()
1003 ptl1 = ptl2; in double_pt_lock()
1007 spin_lock(ptl1); in double_pt_lock()
1008 if (ptl1 != ptl2) in double_pt_lock()
1014 void double_pt_unlock(spinlock_t *ptl1, in double_pt_lock()
1016 __releases(ptl1)
996 double_pt_lock(spinlock_t * ptl1,spinlock_t * ptl2) double_pt_lock() argument
1017 double_pt_unlock(spinlock_t * ptl1,spinlock_t * ptl2) double_pt_unlock() argument
[all...]
/linux/include/linux/
H A Duserfaultfd_k.h139 void double_pt_lock(spinlock_t *ptl1, spinlock_t *ptl2);
140 void double_pt_unlock(spinlock_t *ptl1, spinlock_t *ptl2);