Home
last modified time | relevance | path

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

/linux/mm/
H A Duserfaultfd.c1001 spinlock_t *ptl2) in double_pt_lock() argument
1003 __acquires(ptl2) in double_pt_lock()
1005 if (ptl1 > ptl2) in double_pt_lock()
1006 swap(ptl1, ptl2); in double_pt_lock()
1009 if (ptl1 != ptl2) in double_pt_lock()
1010 spin_lock_nested(ptl2, SINGLE_DEPTH_NESTING); in double_pt_lock()
1012 __acquire(ptl2); in double_pt_lock()
1016 spinlock_t *ptl2) in double_pt_unlock() argument
1018 __releases(ptl2) in double_pt_unlock()
1021 if (ptl1 != ptl2) in double_pt_unlock()
[all …]
/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);