Home
last modified time | relevance | path

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

/linux/mm/
H A Duserfaultfd.c1086 void double_pt_lock(spinlock_t *ptl1, in double_pt_lock() argument
1088 __acquires(ptl1) in double_pt_lock()
1091 if (ptl1 > ptl2) in double_pt_lock()
1092 swap(ptl1, ptl2); in double_pt_lock()
1094 spin_lock(ptl1); in double_pt_lock()
1095 if (ptl1 != ptl2) in double_pt_lock()
1101 void double_pt_unlock(spinlock_t *ptl1, in double_pt_unlock() argument
1103 __releases(ptl1) in double_pt_unlock()
1106 spin_unlock(ptl1); in double_pt_unlock()
1107 if (ptl1 != ptl2) in double_pt_unlock()