Home
last modified time | relevance | path

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

/linux/mm/
H A Duserfaultfd.c1000 void double_pt_lock(spinlock_t *ptl1, in double_pt_lock() argument
1002 __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() argument
1017 __releases(ptl1) in double_pt_unlock()
1020 spin_unlock(ptl1); in double_pt_unlock()
1021 if (ptl1 != ptl2) in double_pt_unlock()
/linux/include/linux/
H A Duserfaultfd_k.h135 void double_pt_lock(spinlock_t *ptl1, spinlock_t *ptl2);
136 void double_pt_unlock(spinlock_t *ptl1, spinlock_t *ptl2);