Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Duserfaultfd.c994 spinlock_t *ptl2) in double_pt_lock() argument
996 __acquires(ptl2) in double_pt_lock()
998 if (ptl1 > ptl2) in double_pt_lock()
999 swap(ptl1, ptl2); in double_pt_lock()
1002 if (ptl1 != ptl2) in double_pt_lock()
1005 __acquire(ptl2); in double_pt_lock()
1009 spinlock_t *ptl2) in double_pt_unlock() argument
1011 __releases(ptl2) in double_pt_unlock()
1014 if (ptl1 != ptl2) in double_pt_unlock()
1015 spin_unlock(ptl2); in double_pt_unlock()
[all …]
/linux-6.15/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);